summaryrefslogtreecommitdiff
path: root/fpdfsdk/pdfwindow/PWL_EditCtrl.h
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/pdfwindow/PWL_EditCtrl.h
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/pdfwindow/PWL_EditCtrl.h')
-rw-r--r--fpdfsdk/pdfwindow/PWL_EditCtrl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpdfsdk/pdfwindow/PWL_EditCtrl.h b/fpdfsdk/pdfwindow/PWL_EditCtrl.h
index 6d35ce9537..a8de08aaa6 100644
--- a/fpdfsdk/pdfwindow/PWL_EditCtrl.h
+++ b/fpdfsdk/pdfwindow/PWL_EditCtrl.h
@@ -8,7 +8,7 @@
#define FPDFSDK_PDFWINDOW_PWL_EDITCTRL_H_
#include "core/fxcrt/include/fx_string.h"
-#include "fpdfsdk/include/fxedit/fx_edit.h"
+#include "fpdfsdk/fxedit/include/fx_edit.h"
#include "fpdfsdk/pdfwindow/PWL_Wnd.h"
class CPWL_Caret;