ccdemos/textures.cc
branchpyrit
changeset 100 c005054bf4c1
parent 93 96d65f841791
--- a/ccdemos/textures.cc	Sun May 31 16:53:05 2009 +0200
+++ b/ccdemos/textures.cc	Sun May 31 23:06:03 2009 +0200
@@ -1,8 +1,6 @@
-#include "raytracer.h"
+#include "common_sdl.h"
 #include "kdtree.h"
 
-#include "common_sdl.h"
-
 Camera cam(Vector(0.0f,6.0f,6.0f), Vector(0.0f,2.0f,-7.0f), Vector(0.0f,0.0f,-1.0f));
 Light light(Vector(-2.0f, 10.0f, -2.0f), Colour(0.9f, 0.9f, 0.9f));