summaryrefslogtreecommitdiff
path: root/video/null_v.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-07-25 07:16:10 +0000
committertron <tron@openttd.org>2005-07-25 07:16:10 +0000
commit2faf06f4cdc47c7774329a6ebdcd4432420bee72 (patch)
treea82d96125e84eafe4fb9321c49e6f8a880e8c141 /video/null_v.c
parentf1c254befaba4980e832a82dee2adbefa6587ead (diff)
downloadopenttd-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/null_v.c')
-rw-r--r--video/null_v.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/video/null_v.c b/video/null_v.c
index 8f7cee988..0e3e330b1 100644
--- a/video/null_v.c
+++ b/video/null_v.c
@@ -1,11 +1,11 @@
/* $Id$ */
-#include "stdafx.h"
-#include "openttd.h"
-#include "gfx.h"
-#include "variables.h"
-#include "video/null_v.h"
-#include "window.h"
+#include "../stdafx.h"
+#include "../openttd.h"
+#include "../gfx.h"
+#include "../variables.h"
+#include "../window.h"
+#include "null_v.h"
static void* _null_video_mem = NULL;