| Index: xfa/fde/fde_object.h
|
| diff --git a/xfa/src/fde/fde_object.h b/xfa/fde/fde_object.h
|
| similarity index 97%
|
| rename from xfa/src/fde/fde_object.h
|
| rename to xfa/fde/fde_object.h
|
| index d9e5737fa021fcbaeff969bf31c4587f6ad61911..ae7b95aa3286e251d074a3e2610baf6b9695d601 100644
|
| --- a/xfa/src/fde/fde_object.h
|
| +++ b/xfa/fde/fde_object.h
|
| @@ -4,15 +4,15 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef XFA_SRC_FDE_FDE_OBJECT_H_
|
| -#define XFA_SRC_FDE_FDE_OBJECT_H_
|
| +#ifndef XFA_FDE_FDE_OBJECT_H_
|
| +#define XFA_FDE_FDE_OBJECT_H_
|
|
|
| #include <cstdint>
|
|
|
| #include "core/include/fxge/fx_dib.h"
|
| -#include "xfa/src/fde/fde_brush.h"
|
| -#include "xfa/src/fde/fde_pen.h"
|
| -#include "xfa/src/fgas/crt/fgas_memory.h"
|
| +#include "xfa/fde/fde_brush.h"
|
| +#include "xfa/fde/fde_pen.h"
|
| +#include "xfa/fgas/crt/fgas_memory.h"
|
|
|
| class CFDE_Pen : public IFDE_Pen, public CFX_Target {
|
| public:
|
| @@ -243,4 +243,4 @@ class CFDE_LinearBrush : public IFDE_LinearGradientBrush, public CFX_Target {
|
| CFX_Matrix m_Matrix;
|
| };
|
|
|
| -#endif // XFA_SRC_FDE_FDE_OBJECT_H_
|
| +#endif // XFA_FDE_FDE_OBJECT_H_
|
|
|