From 202ad7238489934ba0c64760de5f95782b36a213 Mon Sep 17 00:00:00 2001 From: dsinclair Date: Thu, 29 Sep 2016 17:41:42 -0700 Subject: Move xfa/{fwl,fxbarcode,fxgraphics}/include up to parent BUG=pdfium:611 Review-Url: https://codereview.chromium.org/2383583002 --- xfa/fwl/basewidget/cfx_barcode.h | 2 +- xfa/fwl/basewidget/ifwl_barcode.h | 2 +- xfa/fwl/basewidget/ifwl_combobox.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'xfa/fwl/basewidget') diff --git a/xfa/fwl/basewidget/cfx_barcode.h b/xfa/fwl/basewidget/cfx_barcode.h index da2aabf575..fee0885654 100644 --- a/xfa/fwl/basewidget/cfx_barcode.h +++ b/xfa/fwl/basewidget/cfx_barcode.h @@ -13,7 +13,7 @@ #include "core/fxcrt/fx_string.h" #include "core/fxcrt/fx_system.h" #include "core/fxge/fx_dib.h" -#include "xfa/fxbarcode/include/BC_Library.h" +#include "xfa/fxbarcode/BC_Library.h" class CBC_CodeBase; class CFX_Font; diff --git a/xfa/fwl/basewidget/ifwl_barcode.h b/xfa/fwl/basewidget/ifwl_barcode.h index c2f464f71b..aaee09b9ff 100644 --- a/xfa/fwl/basewidget/ifwl_barcode.h +++ b/xfa/fwl/basewidget/ifwl_barcode.h @@ -8,7 +8,7 @@ #define XFA_FWL_BASEWIDGET_IFWL_BARCODE_H_ #include "xfa/fwl/basewidget/ifwl_edit.h" -#include "xfa/fxbarcode/include/BC_Library.h" +#include "xfa/fxbarcode/BC_Library.h" class CFWL_WidgetImpProperties; diff --git a/xfa/fwl/basewidget/ifwl_combobox.h b/xfa/fwl/basewidget/ifwl_combobox.h index 5165ef2c48..1dd0ca0ad3 100644 --- a/xfa/fwl/basewidget/ifwl_combobox.h +++ b/xfa/fwl/basewidget/ifwl_combobox.h @@ -8,7 +8,7 @@ #define XFA_FWL_BASEWIDGET_IFWL_COMBOBOX_H_ #include "xfa/fwl/basewidget/ifwl_listbox.h" -#include "xfa/fxgraphics/include/cfx_graphics.h" +#include "xfa/fxgraphics/cfx_graphics.h" class CFWL_WidgetImpProperties; class IFDE_TxtEdtDoRecord; -- cgit v1.2.3