OSDN Git Service

Moved translation support into MUtilities library + make clean-up of temporary files...
[mutilities/MUtilities.git] / src / Version.cpp
index 5c3d9d8..d31a933 100644 (file)
 // http://www.gnu.org/licenses/lgpl-2.1.txt
 //////////////////////////////////////////////////////////////////////////////////
 
-#define MUTILS_INC_CONFIG 1
-
+//MUtils
 #include <MUtils/Version.h>
-
-//Internal
 #include <MUtils/Global.h>
 #include <MUtils/Exception.h>
 #include <MUtils/OSSupport.h>
+
+//Internal
+#define MUTILS_INC_CONFIG 1
 #include "Config.h"
 
 ///////////////////////////////////////////////////////////////////////////////