Browse Source

Minor include order change.

Lasse Öörni 9 years ago
parent
commit
7783d815e8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/Urho3D/Graphics/Terrain.h

+ 1 - 1
Source/Urho3D/Graphics/Terrain.h

@@ -22,8 +22,8 @@
 
 #pragma once
 
-#include "../Scene/Component.h"
 #include "../Container/ArrayPtr.h"
+#include "../Scene/Component.h"
 
 namespace Urho3D
 {