diff options
author | Lei Zhang <thestig@chromium.org> | 2016-01-08 13:51:10 -0800 |
---|---|---|
committer | Lei Zhang <thestig@chromium.org> | 2016-01-08 13:51:10 -0800 |
commit | 875b9c99efdbd5fcabf0213e0d392cb2876ed26a (patch) | |
tree | ff452ca82155260b5050a5bd146a097a845f706f /third_party/libtiff/tiffconf.h | |
parent | 4f966707b0ca01701cfdd761a164c6c856d35e6f (diff) | |
download | pdfium-875b9c99efdbd5fcabf0213e0d392cb2876ed26a.tar.xz |
XFA: Remove relative includes outside of xfa/.
R=tsepez@chromium.org
Review URL: https://codereview.chromium.org/1572523002 .
Diffstat (limited to 'third_party/libtiff/tiffconf.h')
-rw-r--r-- | third_party/libtiff/tiffconf.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/third_party/libtiff/tiffconf.h b/third_party/libtiff/tiffconf.h index e36bde6571..bcc0bc5848 100644 --- a/third_party/libtiff/tiffconf.h +++ b/third_party/libtiff/tiffconf.h @@ -7,9 +7,7 @@ #ifndef _TIFFCONF_ #define _TIFFCONF_ -#ifndef _FX_SYSTEM_H_ -# include "../../core/include/fxcrt/fx_system.h" -#endif +#include "core/include/fxcrt/fx_system.h" //NOTE: The tiff codec requires an ANSI C compiler environment for building and // presumes an ANSI C environment for use. |