src/widget.cpp
changeset 8131 160939e24ed3
parent 8121 3bc6351e7369
child 8224 c5a64d87cc54
--- a/src/widget.cpp	Tue Dec 25 09:48:53 2007 +0000
+++ b/src/widget.cpp	Tue Dec 25 11:26:07 2007 +0000
@@ -4,12 +4,13 @@
 
 #include "stdafx.h"
 #include "openttd.h"
-#include "functions.h"
 #include "player.h"
 #include "table/sprites.h"
 #include "table/strings.h"
 #include "viewport.h"
 #include "window_gui.h"
+#include "window_func.h"
+
 
 static Point HandleScrollbarHittest(const Scrollbar *sb, int top, int bottom)
 {