Browse Source

Removed debug includes.

Lasse Öörni 14 years ago
parent
commit
5ca3f0389d
2 changed files with 0 additions and 4 deletions
  1. 0 2
      Engine/Graphics/Octree.cpp
  2. 0 2
      Engine/Graphics/Octree.h

+ 0 - 2
Engine/Graphics/Octree.cpp

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

+ 0 - 2
Engine/Graphics/Octree.h

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