diff options
author | tron <tron@openttd.org> | 2005-07-25 07:16:10 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2005-07-25 07:16:10 +0000 |
commit | 2faf06f4cdc47c7774329a6ebdcd4432420bee72 (patch) | |
tree | a82d96125e84eafe4fb9321c49e6f8a880e8c141 /video/dedicated_v.c | |
parent | f1c254befaba4980e832a82dee2adbefa6587ead (diff) | |
download | openttd-2faf06f4cdc47c7774329a6ebdcd4432420bee72.tar.xz |
(svn r2704) Remove . from include path again, too much trouble. Also add some #ifdefs and #includes for the Windows build
Diffstat (limited to 'video/dedicated_v.c')
-rw-r--r-- | video/dedicated_v.c | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/video/dedicated_v.c b/video/dedicated_v.c index 6440d6fe9..5396ad348 100644 --- a/video/dedicated_v.c +++ b/video/dedicated_v.c @@ -1,19 +1,19 @@ /* $Id$ */ -#include "stdafx.h" -#include "openttd.h" -#include "debug.h" -#include "functions.h" -#include "network.h" -#include "video/dedicated_v.h" +#include "../stdafx.h" +#include "../openttd.h" +#include "dedicated_v.h" #ifdef ENABLE_NETWORK -#include "gfx.h" -#include "window.h" -#include "command.h" -#include "console.h" -#include "variables.h" +#include "../debug.h" +#include "../functions.h" +#include "../gfx.h" +#include "../network.h" +#include "../window.h" +#include "../command.h" +#include "../console.h" +#include "../variables.h" #ifdef __OS2__ # include <sys/time.h> /* gettimeofday */ |