summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJane Liu <janeliulwq@google.com>2017-07-18 19:31:42 -0400
committerChromium commit bot <commit-bot@chromium.org>2017-07-19 14:23:58 +0000
commitc5ea630cb5eecb7d4f7f20938b8e4b52a982c0a6 (patch)
tree8fb84346edef1bcec216b36b890aaa9c44693b9f
parent18ae06d9ae493276b3ddcd37eb19de7aeba1a0e8 (diff)
downloadpdfium-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>
-rw-r--r--public/fpdf_annot.h2
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" {