summaryrefslogtreecommitdiff
path: root/sound/null_s.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/null_s.c')
-rw-r--r--sound/null_s.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sound/null_s.c b/sound/null_s.c
index 00f8c4039..f68c4b13a 100644
--- a/sound/null_s.c
+++ b/sound/null_s.c
@@ -1,8 +1,8 @@
/* $Id$ */
-#include "stdafx.h"
-#include "openttd.h"
-#include "sound/null_s.h"
+#include "../stdafx.h"
+#include "../openttd.h"
+#include "null_s.h"
static const char *NullSoundStart(const char * const *parm) { return NULL; }
static void NullSoundStop(void) {}