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
commit830565514c380c7d6f97be169d9388f8f5bd860e (patch)
treeb7cf31527cfc912609ea2ea084a31562ed7b3081 /ttd.h
parent563eac90ca20eddd6d359142af36e7387660dff5 (diff)
downloadopenttd-830565514c380c7d6f97be169d9388f8f5bd860e.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