diff options
Diffstat (limited to 'xfa/fxgraphics')
-rw-r--r-- | xfa/fxgraphics/cagg_graphics.h | 2 | ||||
-rw-r--r-- | xfa/fxgraphics/cfx_color.h | 2 | ||||
-rw-r--r-- | xfa/fxgraphics/cfx_graphics.cpp | 2 | ||||
-rw-r--r-- | xfa/fxgraphics/cfx_graphics.h (renamed from xfa/fxgraphics/include/cfx_graphics.h) | 6 | ||||
-rw-r--r-- | xfa/fxgraphics/cfx_path.h | 2 | ||||
-rw-r--r-- | xfa/fxgraphics/cfx_pattern.h | 2 |
6 files changed, 8 insertions, 8 deletions
diff --git a/xfa/fxgraphics/cagg_graphics.h b/xfa/fxgraphics/cagg_graphics.h index 30117e86c7..9f57a72343 100644 --- a/xfa/fxgraphics/cagg_graphics.h +++ b/xfa/fxgraphics/cagg_graphics.h @@ -8,7 +8,7 @@ #define XFA_FXGRAPHICS_CAGG_GRAPHICS_H_ #include "core/fxge/fx_dib.h" -#include "xfa/fxgraphics/include/cfx_graphics.h" +#include "xfa/fxgraphics/cfx_graphics.h" class CFX_Graphics; diff --git a/xfa/fxgraphics/cfx_color.h b/xfa/fxgraphics/cfx_color.h index 6af1f37d70..f47f8c472b 100644 --- a/xfa/fxgraphics/cfx_color.h +++ b/xfa/fxgraphics/cfx_color.h @@ -8,7 +8,7 @@ #define XFA_FXGRAPHICS_CFX_COLOR_H_ #include "core/fxge/fx_dib.h" -#include "xfa/fxgraphics/include/cfx_graphics.h" +#include "xfa/fxgraphics/cfx_graphics.h" class CFX_Pattern; class CFX_Shading; diff --git a/xfa/fxgraphics/cfx_graphics.cpp b/xfa/fxgraphics/cfx_graphics.cpp index 85a9f439d8..b6574e800e 100644 --- a/xfa/fxgraphics/cfx_graphics.cpp +++ b/xfa/fxgraphics/cfx_graphics.cpp @@ -4,7 +4,7 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#include "xfa/fxgraphics/include/cfx_graphics.h" +#include "xfa/fxgraphics/cfx_graphics.h" #include <memory> diff --git a/xfa/fxgraphics/include/cfx_graphics.h b/xfa/fxgraphics/cfx_graphics.h index 584a5cbac3..66e4da333d 100644 --- a/xfa/fxgraphics/include/cfx_graphics.h +++ b/xfa/fxgraphics/cfx_graphics.h @@ -4,8 +4,8 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#ifndef XFA_FXGRAPHICS_INCLUDE_CFX_GRAPHICS_H_ -#define XFA_FXGRAPHICS_INCLUDE_CFX_GRAPHICS_H_ +#ifndef XFA_FXGRAPHICS_CFX_GRAPHICS_H_ +#define XFA_FXGRAPHICS_CFX_GRAPHICS_H_ #include <memory> @@ -239,4 +239,4 @@ class CFX_Graphics { friend class CAGG_Graphics; }; -#endif // XFA_FXGRAPHICS_INCLUDE_CFX_GRAPHICS_H_ +#endif // XFA_FXGRAPHICS_CFX_GRAPHICS_H_ diff --git a/xfa/fxgraphics/cfx_path.h b/xfa/fxgraphics/cfx_path.h index 7cd446edcf..8a19d6481f 100644 --- a/xfa/fxgraphics/cfx_path.h +++ b/xfa/fxgraphics/cfx_path.h @@ -10,7 +10,7 @@ #include <memory> #include "core/fxcrt/fx_system.h" -#include "xfa/fxgraphics/include/cfx_graphics.h" +#include "xfa/fxgraphics/cfx_graphics.h" class CFX_PathData; class CFX_PathGenerator; diff --git a/xfa/fxgraphics/cfx_pattern.h b/xfa/fxgraphics/cfx_pattern.h index 860d346287..ef0008a3ea 100644 --- a/xfa/fxgraphics/cfx_pattern.h +++ b/xfa/fxgraphics/cfx_pattern.h @@ -9,7 +9,7 @@ #include "core/fxcrt/fx_coordinates.h" #include "core/fxcrt/fx_system.h" -#include "xfa/fxgraphics/include/cfx_graphics.h" +#include "xfa/fxgraphics/cfx_graphics.h" class CFX_DIBitmap; class CFX_Matrix; |