summaryrefslogtreecommitdiff
path: root/core/src/fxcodec/fx_zlib/include/fx_zlib.h
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2015-06-19 12:57:10 -0700
committerTom Sepez <tsepez@chromium.org>2015-06-19 12:57:10 -0700
commit6f93de501d591a6c2980d38a1ff0a6b5e434b80a (patch)
treeebcf5e9817911e84b25c9f975ca8e0679d736b07 /core/src/fxcodec/fx_zlib/include/fx_zlib.h
parent6fd997b710e96e0c66d6dcd2e1c5cfd950d6accd (diff)
downloadpdfium-6f93de501d591a6c2980d38a1ff0a6b5e434b80a.tar.xz
Merge to XFA: Move zlib to third_party/
(cherry picked from commit 959eb05140a8f5af7724a2da4cf5d04e2e50f4a6) Original Review URL: https://codereview.chromium.org/1197693003. TBR=thestig@chromium.org Review URL: https://codereview.chromium.org/1197863002.
Diffstat (limited to 'core/src/fxcodec/fx_zlib/include/fx_zlib.h')
-rw-r--r--core/src/fxcodec/fx_zlib/include/fx_zlib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/fxcodec/fx_zlib/include/fx_zlib.h b/core/src/fxcodec/fx_zlib/include/fx_zlib.h
index 89c8786188..88742f48d3 100644
--- a/core/src/fxcodec/fx_zlib/include/fx_zlib.h
+++ b/core/src/fxcodec/fx_zlib/include/fx_zlib.h
@@ -10,6 +10,6 @@
#ifdef _MSC_VER
#define _CRT_SECURE_NO_WARNINGS
#endif
-#include "../zlib_v128/zlib.h"
+#include "../../../../../third_party/zlib_v128/zlib.h"
#endif // CORE_SRC_FXCODEC_FX_ZLIB_INCLUDE_FX_ZLIB_H_