diff options
author | tron <tron@openttd.org> | 2005-12-24 20:54:31 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2005-12-24 20:54:31 +0000 |
commit | fa78c057ee9f0c76b2e376276ae46372d9767f33 (patch) | |
tree | f27cb57b28266ad113ae51e65823d58d38374c25 /ship_cmd.c | |
parent | e5e15808f1cf1d9650fda63ecac499c167888eab (diff) | |
download | openttd-fa78c057ee9f0c76b2e376276ae46372d9767f33.tar.xz |
(svn r3339) Remove unnecessary includes
Diffstat (limited to 'ship_cmd.c')
-rw-r--r-- | ship_cmd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ship_cmd.c b/ship_cmd.c index be6b2aee8..880ef60da 100644 --- a/ship_cmd.c +++ b/ship_cmd.c @@ -12,7 +12,6 @@ #include "station.h" #include "news.h" #include "engine.h" -#include "gui.h" #include "player.h" #include "sound.h" #include "npf.h" |