diff --git a/sound/null_s.c b/sound/null_s.c --- 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) {}