Index: core/include/fxcrt/fx_ext.h |
diff --git a/core/include/fxcrt/fx_ext.h b/core/include/fxcrt/fx_ext.h |
index d36ecfde4e7c9cdbb216998496e60f22090d845d..8530263a79eecbaec966ca8b59c99299d9904e91 100644 |
--- a/core/include/fxcrt/fx_ext.h |
+++ b/core/include/fxcrt/fx_ext.h |
@@ -7,12 +7,12 @@ |
#ifndef CORE_INCLUDE_FXCRT_FX_EXT_H_ |
#define CORE_INCLUDE_FXCRT_FX_EXT_H_ |
-#include "fx_string.h" |
-#include "fx_system.h" |
- |
#include <cctype> |
#include <cwctype> |
+#include "fx_string.h" |
+#include "fx_system.h" |
+ |
FX_FLOAT FXSYS_tan(FX_FLOAT a); |
FX_FLOAT FXSYS_logb(FX_FLOAT b, FX_FLOAT x); |
FX_FLOAT FXSYS_strtof(const FX_CHAR* pcsStr, |