diff src/depot_gui.cpp @ 8131:e300ac8001ae draft

(svn r11692) -Codechange: move some functions from 'functions.h' to a more logical place and remove about 50% of the includes of 'functions.h'
author rubidium <rubidium@openttd.org>
date Tue, 25 Dec 2007 11:26:07 +0000 (2007-12-25)
parents 89722abcfd91
children d18c8a0bb638
line wrap: on
line diff
--- a/src/depot_gui.cpp
+++ b/src/depot_gui.cpp
@@ -4,7 +4,6 @@
 
 #include "stdafx.h"
 #include "openttd.h"
-#include "functions.h"
 #include "train.h"
 #include "roadveh.h"
 #include "ship.h"
@@ -22,6 +21,7 @@
 #include "newgrf_engine.h"
 #include "spritecache.h"
 #include "strings_func.h"
+#include "window_func.h"
 
 /*
  * Since all depot window sizes aren't the same, we need to modify sizes a little.