From c5ea630cb5eecb7d4f7f20938b8e4b52a982c0a6 Mon Sep 17 00:00:00 2001 From: Jane Liu Date: Tue, 18 Jul 2017 19:31:42 -0400 Subject: Removed public/ in include Bug=pdfium:817 Change-Id: I97d1c306865aad78b7ed11c68cee30f968ab6a66 Reviewed-on: https://pdfium-review.googlesource.com/8051 Commit-Queue: dsinclair Reviewed-by: dsinclair --- public/fpdf_annot.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" { -- cgit v1.2.3