src/console_cmds.cpp
changeset 8627 448ebf3a8291
parent 8617 931e0970d509
child 8635 3bbb6f87fced
--- a/src/console_cmds.cpp	Tue Dec 25 09:48:53 2007 +0000
+++ b/src/console_cmds.cpp	Tue Dec 25 11:26:07 2007 +0000
@@ -7,7 +7,6 @@
 #include "console.h"
 #include "debug.h"
 #include "engine.h"
-#include "functions.h"
 #include "landscape.h"
 #include "saveload.h"
 #include "string.h"
@@ -28,6 +27,8 @@
 #include "network/network.h"
 #include "strings_func.h"
 #include "viewport.h"
+#include "window_func.h"
+#include "functions.h"
 
 // ** scriptfile handling ** //
 static FILE *_script_file;