summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-07-25 07:20:32 +0000
committertron <tron@openttd.org>2005-07-25 07:20:32 +0000
commit91f67d3bbe0fd733fd1baac936d9e4039d109425 (patch)
treee53d5cc95caa3228bf5a162d4a2f018800d8254e
parent2faf06f4cdc47c7774329a6ebdcd4432420bee72 (diff)
downloadopenttd-91f67d3bbe0fd733fd1baac936d9e4039d109425.tar.xz
(svn r2705) Fix #include paths and remove unnecessary #includes
-rw-r--r--music/dmusic2.cpp8
1 files changed, 3 insertions, 5 deletions
diff --git a/music/dmusic2.cpp b/music/dmusic2.cpp
index dbffbf186..b6f722289 100644
--- a/music/dmusic2.cpp
+++ b/music/dmusic2.cpp
@@ -26,7 +26,7 @@
/* DirectMusic driver for Win32 */
/* Based on dxmci from TTDPatch */
-#include "stdafx.h"
+#include "../stdafx.h"
#ifdef WIN32_ENABLE_DIRECTMUSIC_SUPPORT
@@ -39,10 +39,8 @@
extern "C" {
#endif
-#include "openttd.h"
-#include "debug.h"
-#include "sound.h"
-#include "hal.h"
+#include "../openttd.h"
+#include "../debug.h"
#ifdef __cplusplus
}