diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-06-19 13:38:19 -0700 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-06-19 13:38:19 -0700 |
commit | 012ada613a1462f109eb59790f8e5ee91aacdb7e (patch) | |
tree | dddb1175411ec861c2deb0f052ca3836c16fe337 /core/src/fxcodec/codec/fx_codec_icc.cpp | |
parent | 959eb05140a8f5af7724a2da4cf5d04e2e50f4a6 (diff) | |
download | pdfium-012ada613a1462f109eb59790f8e5ee91aacdb7e.tar.xz |
Disintermediation.
Removed several header files that simply proxy other headers.
R=thestig@chromium.org
Review URL: https://codereview.chromium.org/1199553002.
Diffstat (limited to 'core/src/fxcodec/codec/fx_codec_icc.cpp')
-rw-r--r-- | core/src/fxcodec/codec/fx_codec_icc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/fxcodec/codec/fx_codec_icc.cpp b/core/src/fxcodec/codec/fx_codec_icc.cpp index f33d085f56..703d00a496 100644 --- a/core/src/fxcodec/codec/fx_codec_icc.cpp +++ b/core/src/fxcodec/codec/fx_codec_icc.cpp @@ -4,8 +4,8 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com +#include "../../../../third_party/lcms2-2.6/include/lcms2.h" #include "../../../include/fxcodec/fx_codec.h" -#include "../lcms2/fx_lcms2.h" #include "codec_int.h" const FX_DWORD N_COMPONENT_LAB = 3; |