diff options
author | tron <tron@openttd.org> | 2005-07-25 07:20:32 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2005-07-25 07:20:32 +0000 |
commit | b18af859efdb3b0de27c8cdcb40b4f4b8fcb02d3 (patch) | |
tree | e53d5cc95caa3228bf5a162d4a2f018800d8254e /music | |
parent | 201990b5d9d28abb67314076f577190f7a39f3ae (diff) | |
download | openttd-b18af859efdb3b0de27c8cdcb40b4f4b8fcb02d3.tar.xz |
(svn r2705) Fix #include paths and remove unnecessary #includes
Diffstat (limited to 'music')
-rw-r--r-- | music/dmusic2.cpp | 8 |
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 } |