summaryrefslogtreecommitdiff
path: root/dock_gui.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-02-13 11:18:02 +0000
committertron <tron@openttd.org>2005-02-13 11:18:02 +0000
commit830565514c380c7d6f97be169d9388f8f5bd860e (patch)
treeb7cf31527cfc912609ea2ea084a31562ed7b3081 /dock_gui.c
parent563eac90ca20eddd6d359142af36e7387660dff5 (diff)
downloadopenttd-830565514c380c7d6f97be169d9388f8f5bd860e.tar.xz
(svn r1867) Include tables/sprites.h only in files which need it
Diffstat (limited to 'dock_gui.c')
-rw-r--r--dock_gui.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/dock_gui.c b/dock_gui.c
index cc59fd1f9..ae7ee3b46 100644
--- a/dock_gui.c
+++ b/dock_gui.c
@@ -1,5 +1,6 @@
#include "stdafx.h"
#include "ttd.h"
+#include "table/sprites.h"
#include "table/strings.h"
#include "map.h"
#include "window.h"