Browse Source

Cleanup Scene include / forward declaration.

Lasse Öörni 8 years ago
parent
commit
7b7c15d6f7
2 changed files with 0 additions and 2 deletions
  1. 0 1
      Source/Urho3D/Scene/Scene.cpp
  2. 0 1
      Source/Urho3D/Scene/Scene.h

+ 0 - 1
Source/Urho3D/Scene/Scene.cpp

@@ -42,7 +42,6 @@
 #include "../Scene/SplinePath.h"
 #include "../Scene/SplinePath.h"
 #include "../Scene/UnknownComponent.h"
 #include "../Scene/UnknownComponent.h"
 #include "../Scene/ValueAnimation.h"
 #include "../Scene/ValueAnimation.h"
-#include "../Graphics/Renderer.h"
 
 
 #include "../DebugNew.h"
 #include "../DebugNew.h"
 
 

+ 0 - 1
Source/Urho3D/Scene/Scene.h

@@ -34,7 +34,6 @@ namespace Urho3D
 
 
 class File;
 class File;
 class PackageFile;
 class PackageFile;
-class Viewport;
 
 
 static const unsigned FIRST_REPLICATED_ID = 0x1;
 static const unsigned FIRST_REPLICATED_ID = 0x1;
 static const unsigned LAST_REPLICATED_ID = 0xffffff;
 static const unsigned LAST_REPLICATED_ID = 0xffffff;