From 0bb385b1093740cc03c5d19847819d852aecc4bf Mon Sep 17 00:00:00 2001 From: dsinclair Date: Thu, 29 Sep 2016 17:03:59 -0700 Subject: Move fpdfsdk/fxedit/include to fpdfsdk/fxedit BUG=pdfium:611 Review-Url: https://codereview.chromium.org/2375963006 --- fpdfsdk/fxedit/fxet_edit.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fpdfsdk/fxedit/fxet_edit.cpp') diff --git a/fpdfsdk/fxedit/fxet_edit.cpp b/fpdfsdk/fxedit/fxet_edit.cpp index bed91dc98c..ef3f7415bd 100644 --- a/fpdfsdk/fxedit/fxet_edit.cpp +++ b/fpdfsdk/fxedit/fxet_edit.cpp @@ -4,7 +4,7 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#include "fpdfsdk/fxedit/include/fxet_edit.h" +#include "fpdfsdk/fxedit/fxet_edit.h" #include #include @@ -25,7 +25,7 @@ #include "core/fxge/cfx_pathdata.h" #include "core/fxge/cfx_renderdevice.h" #include "fpdfsdk/cfx_systemhandler.h" -#include "fpdfsdk/fxedit/include/fx_edit.h" +#include "fpdfsdk/fxedit/fx_edit.h" #include "fpdfsdk/pdfwindow/PWL_Edit.h" #include "fpdfsdk/pdfwindow/PWL_EditCtrl.h" -- cgit v1.2.3