diff options
Diffstat (limited to 'xfa/fwl/basewidget')
-rw-r--r-- | xfa/fwl/basewidget/fwl_editimp.cpp | 4 | ||||
-rw-r--r-- | xfa/fwl/basewidget/ifwl_spinbutton.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/xfa/fwl/basewidget/fwl_editimp.cpp b/xfa/fwl/basewidget/fwl_editimp.cpp index 93f5dd8ac6..0da315cf9b 100644 --- a/xfa/fwl/basewidget/fwl_editimp.cpp +++ b/xfa/fwl/basewidget/fwl_editimp.cpp @@ -28,8 +28,8 @@ #include "xfa/fwl/core/fwl_noteimp.h" #include "xfa/fwl/core/fwl_widgetimp.h" #include "xfa/fwl/core/ifwl_themeprovider.h" -#include "xfa/fxfa/include/xfa_ffdoc.h" -#include "xfa/fxfa/include/xfa_ffwidget.h" +#include "xfa/fxfa/xfa_ffdoc.h" +#include "xfa/fxfa/xfa_ffwidget.h" #include "xfa/fxgraphics/cfx_path.h" namespace { diff --git a/xfa/fwl/basewidget/ifwl_spinbutton.h b/xfa/fwl/basewidget/ifwl_spinbutton.h index 6080f0c347..93e2712094 100644 --- a/xfa/fwl/basewidget/ifwl_spinbutton.h +++ b/xfa/fwl/basewidget/ifwl_spinbutton.h @@ -8,7 +8,7 @@ #define XFA_FWL_BASEWIDGET_IFWL_SPINBUTTON_H_ #include "xfa/fwl/core/cfwl_event.h" -#include "xfa/fxfa/include/cxfa_eventparam.h" +#include "xfa/fxfa/cxfa_eventparam.h" #define FWL_CLASS_SpinButton L"FWL_SPINBUTTON" #define FWL_STYLEEXE_SPB_Vert (1L << 0) |