diff options
Diffstat (limited to 'xfa/src/fxgraphics')
-rw-r--r-- | xfa/src/fxgraphics/src/fx_graphics.cpp | 4 | ||||
-rw-r--r-- | xfa/src/fxgraphics/src/fx_path_generator.cpp | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/xfa/src/fxgraphics/src/fx_graphics.cpp b/xfa/src/fxgraphics/src/fx_graphics.cpp index fae8aab006..03873398de 100644 --- a/xfa/src/fxgraphics/src/fx_graphics.cpp +++ b/xfa/src/fxgraphics/src/fx_graphics.cpp @@ -6,8 +6,8 @@ #include <memory> -#include "fx_path_generator.h" -#include "pre.h" +#include "xfa/src/fxgraphics/src/fx_path_generator.h" +#include "xfa/src/fxgraphics/src/pre.h" class CAGG_Graphics { public: diff --git a/xfa/src/fxgraphics/src/fx_path_generator.cpp b/xfa/src/fxgraphics/src/fx_path_generator.cpp index 3df5532309..630059cd3e 100644 --- a/xfa/src/fxgraphics/src/fx_path_generator.cpp +++ b/xfa/src/fxgraphics/src/fx_path_generator.cpp @@ -4,8 +4,8 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#include "pre.h" -#include "fx_path_generator.h" +#include "xfa/src/fxgraphics/src/pre.h" +#include "xfa/src/fxgraphics/src/fx_path_generator.h" CFX_PathGenerator::CFX_PathGenerator() { m_pPathData = NULL; } |