Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(12)

Unified Diff: third_party/libtiff/tiffconf.h

Issue 1572523002: XFA: Remove relative includes outside of xfa/. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/libtiff/tiffconf.h
diff --git a/third_party/libtiff/tiffconf.h b/third_party/libtiff/tiffconf.h
index e36bde657193bbbb81c968aaf261b44924d0fb0c..bcc0bc5848cdc53a9703719489de7d5a3e7a4c3e 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.
« core/src/fxcrt/fx_arabic.cpp ('K') | « third_party/libtiff/0000-build-config.patch ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698