ccdemos/spheres_shadow.cc
branchpyrit
changeset 100 c005054bf4c1
parent 92 9af5c039b678
--- a/ccdemos/spheres_shadow.cc	Sun May 31 16:53:05 2009 +0200
+++ b/ccdemos/spheres_shadow.cc	Sun May 31 23:06:03 2009 +0200
@@ -1,8 +1,6 @@
-#include "raytracer.h"
+#include "common_sdl.h"
 #include "octree.h"
 
-#include "common_sdl.h"
-
 Camera cam;
 Light light(Vector(-2.0f, 10.0f, -2.0f), Colour(0.9f, 0.9f, 0.9f));