2
0
Lasse Öörni 14 жил өмнө
parent
commit
5ca3f0389d

+ 0 - 2
Engine/Graphics/Octree.cpp

@@ -29,8 +29,6 @@
 #include "OctreeQuery.h"
 #include "Sort.h"
 
-#include "Log.h"
-
 #include "DebugNew.h"
 
 #ifdef _MSC_VER

+ 0 - 2
Engine/Graphics/Octree.h

@@ -33,8 +33,6 @@ class RayOctreeQuery;
 
 static const int NUM_OCTANTS = 8;
 
-#include "stdio.h"
-
 /// Octree octant
 class Octant
 {