From b18af859efdb3b0de27c8cdcb40b4f4b8fcb02d3 Mon Sep 17 00:00:00 2001
From: tron <tron@openttd.org>
Date: Mon, 25 Jul 2005 07:20:32 +0000
Subject: [PATCH] (svn r2705) Fix #include paths and remove unnecessary
 #includes

---
 music/dmusic2.cpp | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/music/dmusic2.cpp b/music/dmusic2.cpp
index dbffbf1866..b6f722289b 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
 	}