| Index: xfa/fde/fde_renderdevice.h
|
| diff --git a/xfa/src/fde/fde_renderdevice.h b/xfa/fde/fde_renderdevice.h
|
| similarity index 96%
|
| rename from xfa/src/fde/fde_renderdevice.h
|
| rename to xfa/fde/fde_renderdevice.h
|
| index 63a36642d9e16784d5bd7263ff9e744311664c17..a9e7190c5483c76cc82b846152bd4ac063972bfe 100644
|
| --- a/xfa/src/fde/fde_renderdevice.h
|
| +++ b/xfa/fde/fde_renderdevice.h
|
| @@ -4,14 +4,14 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef XFA_SRC_FDE_FDE_RENDERDEVICE_H_
|
| -#define XFA_SRC_FDE_FDE_RENDERDEVICE_H_
|
| +#ifndef XFA_FDE_FDE_RENDERDEVICE_H_
|
| +#define XFA_FDE_FDE_RENDERDEVICE_H_
|
|
|
| #include "core/include/fxcrt/fx_coordinates.h"
|
| #include "core/include/fxge/fx_font.h"
|
| #include "core/include/fxge/fx_ge.h"
|
| -#include "xfa/src/fde/fde_path.h"
|
| -#include "xfa/src/fgas/font/fgas_font.h"
|
| +#include "xfa/fde/fde_path.h"
|
| +#include "xfa/fgas/font/fgas_font.h"
|
|
|
| class IFDE_Pen;
|
| class IFDE_Brush;
|
| @@ -107,4 +107,4 @@ class IFDE_RenderDevice {
|
| const CFX_Matrix* pMatrix = NULL) = 0;
|
| };
|
|
|
| -#endif // XFA_SRC_FDE_FDE_RENDERDEVICE_H_
|
| +#endif // XFA_FDE_FDE_RENDERDEVICE_H_
|
|
|