diff options
author | Lei Zhang <thestig@chromium.org> | 2017-09-19 12:34:28 -0700 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-09-19 20:34:12 +0000 |
commit | e9d6834588b77d8cd5d14fc81309276ddcc1c3ec (patch) | |
tree | ff4182b6e1628b4dde037eef02dea5d77a3b1353 /core/fxcodec | |
parent | c2db74bb65ab320b9c8da4fc3bee03d9d3f14943 (diff) | |
download | pdfium-e9d6834588b77d8cd5d14fc81309276ddcc1c3ec.tar.xz |
Remove unneeded core/fxcodec/fx_codec.h includes.chromium/3220
Change-Id: I703321108712e8c4a11a8343ecf8b1a8804c1d1a
Reviewed-on: https://pdfium-review.googlesource.com/14352
Reviewed-by: Ryan Harrison <rharrison@chromium.org>
Reviewed-by: dsinclair <dsinclair@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'core/fxcodec')
-rw-r--r-- | core/fxcodec/codec/codec_int.h | 1 | ||||
-rw-r--r-- | core/fxcodec/codec/fx_codec_jpx_unittest.cpp | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/core/fxcodec/codec/codec_int.h b/core/fxcodec/codec/codec_int.h index 4c451c733d..df2e758efe 100644 --- a/core/fxcodec/codec/codec_int.h +++ b/core/fxcodec/codec/codec_int.h @@ -14,7 +14,6 @@ #include <memory> #include <vector> -#include "core/fxcodec/fx_codec.h" #include "core/fxcodec/jbig2/JBig2_Context.h" #include "third_party/libopenjpeg20/openjpeg.h" diff --git a/core/fxcodec/codec/fx_codec_jpx_unittest.cpp b/core/fxcodec/codec/fx_codec_jpx_unittest.cpp index c1b20513cd..1bd368e562 100644 --- a/core/fxcodec/codec/fx_codec_jpx_unittest.cpp +++ b/core/fxcodec/codec/fx_codec_jpx_unittest.cpp @@ -7,6 +7,7 @@ #include <limits> #include "core/fxcodec/codec/codec_int.h" +#include "core/fxcodec/fx_codec.h" #include "testing/gtest/include/gtest/gtest.h" #include "third_party/libopenjpeg20/opj_malloc.h" |