diff options
author | dsinclair <dsinclair@chromium.org> | 2016-04-06 12:30:31 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-04-06 12:30:32 -0700 |
commit | 86e5474dc4ff7fe0d0850f26f7320e1e57f3fd21 (patch) | |
tree | 38e8d16226cbf0e58c6c242c8954e8e45a4819cd /core/fxge/dib | |
parent | 088632c37b21cbf3a4668b6094bd04ede021f15e (diff) | |
download | pdfium-86e5474dc4ff7fe0d0850f26f7320e1e57f3fd21.tar.xz |
Move include/fxcodec to fxcodec/include
Review URL: https://codereview.chromium.org/1864153002
Diffstat (limited to 'core/fxge/dib')
-rw-r--r-- | core/fxge/dib/fx_dib_composite.cpp | 2 | ||||
-rw-r--r-- | core/fxge/dib/fx_dib_convert.cpp | 2 | ||||
-rw-r--r-- | core/fxge/dib/fx_dib_main.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/core/fxge/dib/fx_dib_composite.cpp b/core/fxge/dib/fx_dib_composite.cpp index 8b0b97c049..a9a3039ef7 100644 --- a/core/fxge/dib/fx_dib_composite.cpp +++ b/core/fxge/dib/fx_dib_composite.cpp @@ -4,9 +4,9 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com +#include "core/fxcodec/include/fx_codec.h" #include "core/fxge/dib/dib_int.h" #include "core/fxge/include/fx_ge.h" -#include "core/include/fxcodec/fx_codec.h" const uint8_t _color_sqrt[256] = { 0x00, 0x03, 0x07, 0x0B, 0x0F, 0x12, 0x16, 0x19, 0x1D, 0x20, 0x23, 0x26, diff --git a/core/fxge/dib/fx_dib_convert.cpp b/core/fxge/dib/fx_dib_convert.cpp index 5ed655afe2..7484620b8f 100644 --- a/core/fxge/dib/fx_dib_convert.cpp +++ b/core/fxge/dib/fx_dib_convert.cpp @@ -4,9 +4,9 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com +#include "core/fxcodec/include/fx_codec.h" #include "core/fxge/include/fx_dib.h" #include "core/fxge/include/fx_ge.h" -#include "core/include/fxcodec/fx_codec.h" class CFX_Palette { public: diff --git a/core/fxge/dib/fx_dib_main.cpp b/core/fxge/dib/fx_dib_main.cpp index 3c500ecb53..4503fd506f 100644 --- a/core/fxge/dib/fx_dib_main.cpp +++ b/core/fxge/dib/fx_dib_main.cpp @@ -8,9 +8,9 @@ #include <limits.h> +#include "core/fxcodec/include/fx_codec.h" #include "core/fxge/dib/dib_int.h" #include "core/fxge/include/fx_ge.h" -#include "core/include/fxcodec/fx_codec.h" FX_BOOL ConvertBuffer(FXDIB_Format dest_format, uint8_t* dest_buf, |