ccdemos/realtime.cc
branchpyrit
changeset 100 c005054bf4c1
parent 93 96d65f841791
--- a/ccdemos/realtime.cc	Sun May 31 16:53:05 2009 +0200
+++ b/ccdemos/realtime.cc	Sun May 31 23:06:03 2009 +0200
@@ -1,10 +1,8 @@
 #include <stdlib.h>
 
-#include "raytracer.h"
+#include "common_sdl.h"
 #include "kdtree.h"
 
-#include "common_sdl.h"
-
 int main(int argc, char **argv)
 {
 	Raytracer rt;