| Index: xfa/fwl/cfwl_barcode.h
|
| diff --git a/xfa/fwl/core/cfwl_barcode.h b/xfa/fwl/cfwl_barcode.h
|
| similarity index 91%
|
| rename from xfa/fwl/core/cfwl_barcode.h
|
| rename to xfa/fwl/cfwl_barcode.h
|
| index 66b47ce3f034af7629a8f6c35f19f873b22ef980..2e9799172b68d7f1151113cf5cc3bd46e8644de0 100644
|
| --- a/xfa/fwl/core/cfwl_barcode.h
|
| +++ b/xfa/fwl/cfwl_barcode.h
|
| @@ -4,14 +4,14 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef XFA_FWL_CORE_CFWL_BARCODE_H_
|
| -#define XFA_FWL_CORE_CFWL_BARCODE_H_
|
| +#ifndef XFA_FWL_CFWL_BARCODE_H_
|
| +#define XFA_FWL_CFWL_BARCODE_H_
|
|
|
| #include <memory>
|
|
|
| -#include "xfa/fwl/core/cfwl_edit.h"
|
| -#include "xfa/fwl/core/cfwl_scrollbar.h"
|
| -#include "xfa/fwl/core/cfwl_widget.h"
|
| +#include "xfa/fwl/cfwl_edit.h"
|
| +#include "xfa/fwl/cfwl_scrollbar.h"
|
| +#include "xfa/fwl/cfwl_widget.h"
|
| #include "xfa/fxbarcode/BC_Library.h"
|
|
|
| class CFWL_WidgetProperties;
|
| @@ -90,4 +90,4 @@ class CFWL_Barcode : public CFWL_Edit {
|
| uint32_t m_dwAttributeMask;
|
| };
|
|
|
| -#endif // XFA_FWL_CORE_CFWL_BARCODE_H_
|
| +#endif // XFA_FWL_CFWL_BARCODE_H_
|
|
|