Changeset - r2190:2a211bd986dd
[Not reviewed]
master
0 1 0
tron - 19 years ago 2005-07-25 07:20:32
tron@openttd.org
(svn r2705) Fix #include paths and remove unnecessary #includes
1 file changed with 3 insertions and 5 deletions:
0 comments (0 inline, 0 general)
music/dmusic2.cpp
Show inline comments
 
@@ -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
 
	}
0 comments (0 inline, 0 general)