summaryrefslogtreecommitdiff
path: root/src/depot_gui.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-05-17 13:01:30 +0000
committerrubidium <rubidium@openttd.org>2008-05-17 13:01:30 +0000
commitad6e52080c8ed09306e0f6603bb69d8af0310892 (patch)
tree46351975e7a6b7a08ca8eedc476a4109e9a1b776 /src/depot_gui.cpp
parenta89b5721a8bff2a601161a1dc456f588c065b0eb (diff)
downloadopenttd-ad6e52080c8ed09306e0f6603bb69d8af0310892.tar.xz
(svn r13140) -Codechange: move the gui-list-sorting out of window_gui.h so window_gui.h only needs to be included in *_gui.cpp.
Diffstat (limited to 'src/depot_gui.cpp')
-rw-r--r--src/depot_gui.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/depot_gui.cpp b/src/depot_gui.cpp
index 842d18203..14d90acd6 100644
--- a/src/depot_gui.cpp
+++ b/src/depot_gui.cpp
@@ -25,6 +25,7 @@
#include "order_func.h"
#include "depot_base.h"
#include "tilehighlight_func.h"
+#include "window_gui.h"
#include "table/strings.h"
#include "table/sprites.h"