mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-17 21:25:40 +00:00
(svn r2705) Fix #include paths and remove unnecessary #includes
This commit is contained in:
parent
2faf06f4cd
commit
91f67d3bbe
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user