diff options
author | rubidium <rubidium@openttd.org> | 2007-02-04 11:31:24 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2007-02-04 11:31:24 +0000 |
commit | 8b8e41ceb86a1cbe3e974b07ae642b05c9ffdcfa (patch) | |
tree | b7263e3a59635e344f776f2158ecf2bc1de35b84 | |
parent | 62486a73ed24e685423706ba8a8573eee47908db (diff) | |
download | openttd-8b8e41ceb86a1cbe3e974b07ae642b05c9ffdcfa.tar.xz |
(svn r8575) -Fix (8125): remove unused include
-rw-r--r-- | src/station.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/station.h b/src/station.h index 0f50bff75..eb345f0d0 100644 --- a/src/station.h +++ b/src/station.h @@ -3,7 +3,6 @@ #ifndef STATION_H #define STATION_H -#include <deque> #include "player.h" #include "oldpool.h" #include "sprite.h" |