Browse Source

Reorganize includes. [ci skip]

Yao Wei Tjong 姚伟忠 10 years ago
parent
commit
2a5d659c2e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/Extras/OgreBatchConverter/OgreBatchConverter.cpp

+ 1 - 1
Source/Extras/OgreBatchConverter/OgreBatchConverter.cpp

@@ -2,8 +2,8 @@
 //
 //
 
 
 #include <Urho3D/Core/Context.h>
 #include <Urho3D/Core/Context.h>
-#include <Urho3D/IO/FileSystem.h>
 #include <Urho3D/Core/ProcessUtils.h>
 #include <Urho3D/Core/ProcessUtils.h>
+#include <Urho3D/IO/FileSystem.h>
 
 
 #include <stdio.h>
 #include <stdio.h>