summaryrefslogtreecommitdiff
path: root/core/src/fxcodec/codec
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2015-06-19 12:39:19 -0700
committerTom Sepez <tsepez@chromium.org>2015-06-19 12:39:19 -0700
commit959eb05140a8f5af7724a2da4cf5d04e2e50f4a6 (patch)
tree75f987b6df1fe356124ec8d39fb7aee194dceb5e /core/src/fxcodec/codec
parente295819e5ded76e405b6d5800401cb5983b4ce10 (diff)
downloadpdfium-959eb05140a8f5af7724a2da4cf5d04e2e50f4a6.tar.xz
Move zlib to third_party/
Remove some fx_* files that simply included other files along the way. R=thestig@chromium.org Review URL: https://codereview.chromium.org/1197693003.
Diffstat (limited to 'core/src/fxcodec/codec')
-rw-r--r--core/src/fxcodec/codec/fx_codec_flate.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/fxcodec/codec/fx_codec_flate.cpp b/core/src/fxcodec/codec/fx_codec_flate.cpp
index a3e7b8a249..8add31f089 100644
--- a/core/src/fxcodec/codec/fx_codec_flate.cpp
+++ b/core/src/fxcodec/codec/fx_codec_flate.cpp
@@ -6,7 +6,7 @@
#include "../../../../third_party/base/nonstd_unique_ptr.h"
#include "../../../include/fxcodec/fx_codec.h"
-#include "../../fx_zlib.h"
+#include "../fx_zlib/include/fx_zlib.h"
#include "codec_int.h"
extern "C"