summaryrefslogtreecommitdiff
path: root/fpdfsdk/fxedit/fxet_module.cpp
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-04-06 10:47:54 -0700
committerCommit bot <commit-bot@chromium.org>2016-04-06 10:47:54 -0700
commit89bdd0876e6b92c959839908204eb82337a27ba2 (patch)
tree607cb5ebf8371c8610ae0f278154be9d98c8f904 /fpdfsdk/fxedit/fxet_module.cpp
parent44d054c6449edb63d9760ac6602b036ffec75a84 (diff)
downloadpdfium-89bdd0876e6b92c959839908204eb82337a27ba2.tar.xz
Move code from fpdfsdk/include to the sub directories.
This CL moves the fxedit, jsapi and fpdfxfa code out of fpdfsdk/include to the various sub-include directories. Review URL: https://codereview.chromium.org/1863163002
Diffstat (limited to 'fpdfsdk/fxedit/fxet_module.cpp')
-rw-r--r--fpdfsdk/fxedit/fxet_module.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/fpdfsdk/fxedit/fxet_module.cpp b/fpdfsdk/fxedit/fxet_module.cpp
index 330b72bc8b..99fd68e397 100644
--- a/fpdfsdk/fxedit/fxet_module.cpp
+++ b/fpdfsdk/fxedit/fxet_module.cpp
@@ -5,8 +5,8 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
#include "core/fpdfdoc/include/cpdf_variabletext.h"
-#include "fpdfsdk/include/fxedit/fxet_edit.h"
-#include "fpdfsdk/include/fxedit/fxet_list.h"
+#include "fpdfsdk/fxedit/include/fxet_edit.h"
+#include "fpdfsdk/fxedit/include/fxet_list.h"
IFX_Edit* IFX_Edit::NewEdit() {
return new CFX_Edit(new CPDF_VariableText());