From b8487afe5456d37efcc3bc622764715e7edbe6f3 Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 19 Jul 2010 17:28:27 +0000 Subject: (svn r20192) -Cleanup: bye bye variables.h, bye bye VARDEF... you won't be missed :) --- src/dedicated.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/dedicated.cpp') 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 #if (defined(SUNOS) && !defined(_LP64) && !defined(_I32LPx)) || defined(__HAIKU__) -- cgit v1.2.3-54-g00ecf