DescriptionRemove rendundant ../include from paths of files in include/ directory
Tiny bit of tidying I noticed while trying to figure out include rules.
In other words,
cd core/include
git grep 'include.*include'
git grep 'include.*src'
Should produce no output, and
cd fpdfsdk/include
git grep 'include.*include' | grep -v ../core/include
git grep 'include.*src'
Should produce no output as well.
Fix some IWYU, header guards, include ordering, whitespace along the way.
R=thestig@chromium.org
Committed: https://pdfium.googlesource.com/pdfium/+/14f57a153dcbc4c5fedeffe12a3b4f915cc5d558
Patch Set 1 #
Messages
Total messages: 4 (1 generated)
|