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 /xfa/fxfa/parser | |
parent | 088632c37b21cbf3a4668b6094bd04ede021f15e (diff) | |
download | pdfium-86e5474dc4ff7fe0d0850f26f7320e1e57f3fd21.tar.xz |
Move include/fxcodec to fxcodec/include
Review URL: https://codereview.chromium.org/1864153002
Diffstat (limited to 'xfa/fxfa/parser')
-rw-r--r-- | xfa/fxfa/parser/DEPS | 3 | ||||
-rw-r--r-- | xfa/fxfa/parser/xfa_localemgr.cpp | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/xfa/fxfa/parser/DEPS b/xfa/fxfa/parser/DEPS new file mode 100644 index 0000000000..97ccb1faa6 --- /dev/null +++ b/xfa/fxfa/parser/DEPS @@ -0,0 +1,3 @@ +include_rules = [ + '+core/fxcodec/include', +] diff --git a/xfa/fxfa/parser/xfa_localemgr.cpp b/xfa/fxfa/parser/xfa_localemgr.cpp index d040e0dd2b..828fcd8caa 100644 --- a/xfa/fxfa/parser/xfa_localemgr.cpp +++ b/xfa/fxfa/parser/xfa_localemgr.cpp @@ -6,9 +6,9 @@ #include "xfa/fxfa/parser/xfa_localemgr.h" +#include "core/fxcodec/include/fx_codec.h" #include "core/fxcrt/include/fx_xml.h" #include "core/fxge/include/fx_ge.h" -#include "core/include/fxcodec/fx_codec.h" #include "xfa/fxfa/fm2js/xfa_fm2jsapi.h" #include "xfa/fxfa/parser/xfa_docdata.h" #include "xfa/fxfa/parser/xfa_doclayout.h" |