(svn r2705) Fix #include paths and remove unnecessary #includes

This commit is contained in:
tron 2005-07-25 07:20:32 +00:00
parent 201990b5d9
commit b18af859ef
1 changed files with 3 additions and 5 deletions

View File

@ -26,7 +26,7 @@
/* DirectMusic driver for Win32 */ /* DirectMusic driver for Win32 */
/* Based on dxmci from TTDPatch */ /* Based on dxmci from TTDPatch */
#include "stdafx.h" #include "../stdafx.h"
#ifdef WIN32_ENABLE_DIRECTMUSIC_SUPPORT #ifdef WIN32_ENABLE_DIRECTMUSIC_SUPPORT
@ -39,10 +39,8 @@
extern "C" { extern "C" {
#endif #endif
#include "openttd.h" #include "../openttd.h"
#include "debug.h" #include "../debug.h"
#include "sound.h"
#include "hal.h"
#ifdef __cplusplus #ifdef __cplusplus
} }