diff options
author | Jane Liu <janeliulwq@google.com> | 2017-07-18 19:31:42 -0400 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-07-19 14:23:58 +0000 |
commit | c5ea630cb5eecb7d4f7f20938b8e4b52a982c0a6 (patch) | |
tree | 8fb84346edef1bcec216b36b890aaa9c44693b9f /public | |
parent | 18ae06d9ae493276b3ddcd37eb19de7aeba1a0e8 (diff) | |
download | pdfium-c5ea630cb5eecb7d4f7f20938b8e4b52a982c0a6.tar.xz |
Removed public/ in include
Bug=pdfium:817
Change-Id: I97d1c306865aad78b7ed11c68cee30f968ab6a66
Reviewed-on: https://pdfium-review.googlesource.com/8051
Commit-Queue: dsinclair <dsinclair@chromium.org>
Reviewed-by: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'public')
-rw-r--r-- | public/fpdf_annot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/fpdf_annot.h b/public/fpdf_annot.h index 5076470627..1351f7193b 100644 --- a/public/fpdf_annot.h +++ b/public/fpdf_annot.h @@ -8,7 +8,7 @@ // NOLINTNEXTLINE(build/include) #include "fpdfview.h" -#include "public/fpdf_doc.h" +#include "fpdf_doc.h" #ifdef __cplusplus extern "C" { |