sound/null_s.c
changeset 2189 d240b9097139
parent 2186 461a2aff3486
--- a/sound/null_s.c	Sun Jul 24 20:47:42 2005 +0000
+++ b/sound/null_s.c	Mon Jul 25 07:16:10 2005 +0000
@@ -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) {}