Index: xfa/src/fxgraphics/src/fx_path_generator.cpp |
diff --git a/xfa/src/fxgraphics/src/fx_path_generator.cpp b/xfa/src/fxgraphics/src/fx_path_generator.cpp |
index 630059cd3edf0b1786064ffe89ae89b63fb93f1d..8d5030ac5bc0e71731f4cca044cc293f2862bd90 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; |
} |