summaryrefslogtreecommitdiff
path: root/src/dedicated.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-07-19 17:28:27 +0000
committerrubidium <rubidium@openttd.org>2010-07-19 17:28:27 +0000
commitb8487afe5456d37efcc3bc622764715e7edbe6f3 (patch)
treefd0530c8715aea7dfbd2dffeb9e0fb2aecc783d4 /src/dedicated.cpp
parent644deff9d2939f49d7a4d22c1168ba3f46e98dfa (diff)
downloadopenttd-b8487afe5456d37efcc3bc622764715e7edbe6f3.tar.xz
(svn r20192) -Cleanup: bye bye variables.h, bye bye VARDEF... you won't be missed :)
Diffstat (limited to 'src/dedicated.cpp')
-rw-r--r--src/dedicated.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/dedicated.cpp b/src/dedicated.cpp
index 1de4d3a49..ca7e341d7 100644
--- a/src/dedicated.cpp
+++ b/src/dedicated.cpp
@@ -17,8 +17,6 @@ char *_log_file; ///< File to reroute output of a forked OpenTTD to
#if defined(UNIX) && !defined(__MORPHOS__)
-#include "variables.h"
-
#include <unistd.h>
#if (defined(SUNOS) && !defined(_LP64) && !defined(_I32LPx)) || defined(__HAIKU__)