summaryrefslogtreecommitdiff
path: root/xfa/src/fwl
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/src/fwl')
-rw-r--r--xfa/src/fwl/basewidget/fwl_editimp.cpp2
-rw-r--r--xfa/src/fwl/basewidget/fwl_editimp.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/xfa/src/fwl/basewidget/fwl_editimp.cpp b/xfa/src/fwl/basewidget/fwl_editimp.cpp
index d60bc11aa5..6c802ff24f 100644
--- a/xfa/src/fwl/basewidget/fwl_editimp.cpp
+++ b/xfa/src/fwl/basewidget/fwl_editimp.cpp
@@ -14,7 +14,7 @@
#include "xfa/include/fwl/core/fwl_theme.h"
#include "xfa/src/fdp/include/fde_rdr.h"
#include "xfa/src/fdp/include/fde_rdv.h"
-#include "xfa/src/fee/include/ifde_txtedtpage.h"
+#include "xfa/src/fee/ifde_txtedtpage.h"
#include "xfa/src/fwl/basewidget/fwl_caretimp.h"
#include "xfa/src/fwl/basewidget/fwl_comboboximp.h"
#include "xfa/src/fwl/basewidget/fwl_scrollbarimp.h"
diff --git a/xfa/src/fwl/basewidget/fwl_editimp.h b/xfa/src/fwl/basewidget/fwl_editimp.h
index 0dbdca27a0..6e6b35c947 100644
--- a/xfa/src/fwl/basewidget/fwl_editimp.h
+++ b/xfa/src/fwl/basewidget/fwl_editimp.h
@@ -11,7 +11,7 @@
#include <vector>
#include "xfa/include/fwl/basewidget/fwl_scrollbar.h"
-#include "xfa/src/fee/include/ifde_txtedtengine.h"
+#include "xfa/src/fee/ifde_txtedtengine.h"
#include "xfa/src/fwl/core/fwl_widgetimp.h"
class CFWL_WidgetImpProperties;