diff options
author | Tom Sepez <tsepez@chromium.org> | 2016-02-04 16:28:39 -0800 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2016-02-04 16:28:39 -0800 |
commit | 6f7ccc1854de9c08957078f8e443f251e0d6b424 (patch) | |
tree | 2967f16e8dd3d282ad82f555e66a8b45be56c62a /core/include/fpdfapi/fpdf_pageobj.h | |
parent | d43654af40fd78621f683d445654d11919ac6c52 (diff) | |
download | pdfium-6f7ccc1854de9c08957078f8e443f251e0d6b424.tar.xz |
Use full include path in core/include/fpdfapi
TBR=thestig@chromium.org
Review URL: https://codereview.chromium.org/1669113002 .
Diffstat (limited to 'core/include/fpdfapi/fpdf_pageobj.h')
-rw-r--r-- | core/include/fpdfapi/fpdf_pageobj.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/include/fpdfapi/fpdf_pageobj.h b/core/include/fpdfapi/fpdf_pageobj.h index ca062b3461..3336d0b957 100644 --- a/core/include/fpdfapi/fpdf_pageobj.h +++ b/core/include/fpdfapi/fpdf_pageobj.h @@ -7,8 +7,8 @@ #ifndef CORE_INCLUDE_FPDFAPI_FPDF_PAGEOBJ_H_ #define CORE_INCLUDE_FPDFAPI_FPDF_PAGEOBJ_H_ +#include "core/include/fpdfapi/fpdf_resource.h" #include "core/include/fxge/fx_ge.h" -#include "fpdf_resource.h" class CPDF_ClipPath; class CPDF_ClipPathData; |