diff options
author | dsinclair <dsinclair@chromium.org> | 2016-09-29 13:12:56 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-09-29 13:12:56 -0700 |
commit | 1727aee85f22d9403e6cd8a0f786b9b7c0a2740a (patch) | |
tree | f443fc8ec5e24a054169d1c566e6d1ad55236c77 /core/fpdfdoc/cpdf_variabletext.cpp | |
parent | 39c62fd528854eb4606b8f1917a777532b04db03 (diff) | |
download | pdfium-1727aee85f22d9403e6cd8a0f786b9b7c0a2740a.tar.xz |
Move core/fpdfdoc/include to core/fpdfdoc
BUG=pdfium:611
Review-Url: https://codereview.chromium.org/2374383003
Diffstat (limited to 'core/fpdfdoc/cpdf_variabletext.cpp')
-rw-r--r-- | core/fpdfdoc/cpdf_variabletext.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/fpdfdoc/cpdf_variabletext.cpp b/core/fpdfdoc/cpdf_variabletext.cpp index d8f8f5a9aa..4ac6c6b1f9 100644 --- a/core/fpdfdoc/cpdf_variabletext.cpp +++ b/core/fpdfdoc/cpdf_variabletext.cpp @@ -4,15 +4,15 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#include "core/fpdfdoc/include/cpdf_variabletext.h" +#include "core/fpdfdoc/cpdf_variabletext.h" #include "core/fpdfapi/fpdf_font/cpdf_font.h" #include "core/fpdfdoc/cline.h" +#include "core/fpdfdoc/cpvt_section.h" +#include "core/fpdfdoc/cpvt_word.h" #include "core/fpdfdoc/cpvt_wordinfo.h" #include "core/fpdfdoc/csection.h" -#include "core/fpdfdoc/include/cpvt_section.h" -#include "core/fpdfdoc/include/cpvt_word.h" -#include "core/fpdfdoc/include/ipvt_fontmap.h" +#include "core/fpdfdoc/ipvt_fontmap.h" namespace { |