diff options
Diffstat (limited to 'xfa/src/fxgraphics')
-rw-r--r-- | xfa/src/fxgraphics/src/fx_path_generator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/src/fxgraphics/src/fx_path_generator.cpp b/xfa/src/fxgraphics/src/fx_path_generator.cpp index 630059cd3e..8d5030ac5b 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 "xfa/src/fxgraphics/src/pre.h" #include "xfa/src/fxgraphics/src/fx_path_generator.h" +#include "xfa/src/fxgraphics/src/pre.h" CFX_PathGenerator::CFX_PathGenerator() { m_pPathData = NULL; } |