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 | 04c096ee63719c09e839131ea0d692b8dbd5815d (patch) | |
tree | f27cb57b28266ad113ae51e65823d58d38374c25 /video/dedicated_v.c | |
parent | 9b5f7f9d382165cfc1efce9bc4a162094d17e86d (diff) | |
download | openttd-04c096ee63719c09e839131ea0d692b8dbd5815d.tar.xz |
(svn r3339) Remove unnecessary includes
Diffstat (limited to 'video/dedicated_v.c')
-rw-r--r-- | video/dedicated_v.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/video/dedicated_v.c b/video/dedicated_v.c index 3e016959d..3c367efe9 100644 --- a/video/dedicated_v.c +++ b/video/dedicated_v.c @@ -10,7 +10,6 @@ #include "../gfx.h" #include "../network.h" #include "../window.h" -#include "../command.h" #include "../console.h" #include "../variables.h" #include "dedicated_v.h" |