changeset 2192:168c6a9dda8b draft

(svn r2707) Missed the paths in the BeOS MIDI player, sorry for all the noise
author tron <tron@openttd.org>
date Mon, 25 Jul 2005 08:16:05 +0000
parents e8e4d71613a1
children 331ddcef6ad3
files music/bemidi.cpp
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/music/bemidi.cpp
+++ b/music/bemidi.cpp
@@ -1,8 +1,8 @@
 /* $Id$ */
 
-#include "stdafx.h"
-#include "openttd.h"
-#include "music/bemidi.h"
+#include "../stdafx.h"
+#include "../openttd.h"
+#include "bemidi.h"
 
 // BeOS System Includes
 #include <MidiSynthFile.h>