Browse Source

Make sure Application.h is usable without any other include files. Closes #1051.

Lasse Öörni 10 years ago
parent
commit
ed99f4094c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/Urho3D/Engine/Application.h

+ 1 - 1
Source/Urho3D/Engine/Application.h

@@ -24,7 +24,7 @@
 
 #include "../Core/Context.h"
 #include "../Core/Main.h"
-#include "../Core/Object.h"
+#include "../Engine/Engine.h"
 
 namespace Urho3D
 {