summaryrefslogtreecommitdiff
path: root/ttd.h
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
commit204d08140a625a00b4385abf9d70e316f6500fe6 (patch)
treeb7cf31527cfc912609ea2ea084a31562ed7b3081 /ttd.h
parent77d26759e3e4f0ada2298d8e89e64380592537d1 (diff)
downloadopenttd-204d08140a625a00b4385abf9d70e316f6500fe6.tar.xz
(svn r1867) Include tables/sprites.h only in files which need it
Diffstat (limited to 'ttd.h')
-rw-r--r--ttd.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/ttd.h b/ttd.h
index 1928e5099..71b968376 100644
--- a/ttd.h
+++ b/ttd.h
@@ -1,10 +1,6 @@
#ifndef TTD_H
#define TTD_H
-// FIXME: Include only where really needed.
-// include sprites
-#include "table/sprites.h"
-
#ifndef VARDEF
#define VARDEF extern
#endif