aboutsummaryrefslogtreecommitdiff
path: root/backends/midi/morphos.cpp
diff options
context:
space:
mode:
authorMax Horn2003-09-10 12:23:42 +0000
committerMax Horn2003-09-10 12:23:42 +0000
commit925ddb1b8605a6659aef426ff0494c7ede8716c2 (patch)
tree4efb5b9b10d1b2d4440120f63087490014b2a33e /backends/midi/morphos.cpp
parenteae239394c7e230a9e7ad682306a537d21aef544 (diff)
downloadscummvm-rg350-925ddb1b8605a6659aef426ff0494c7ede8716c2.tar.gz
scummvm-rg350-925ddb1b8605a6659aef426ff0494c7ede8716c2.tar.bz2
scummvm-rg350-925ddb1b8605a6659aef426ff0494c7ede8716c2.zip
moved declaration of error/warning/debug from engine.h to util.h
svn-id: r10151
Diffstat (limited to 'backends/midi/morphos.cpp')
-rw-r--r--backends/midi/morphos.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/backends/midi/morphos.cpp b/backends/midi/morphos.cpp
index b5181f098c..9e32b6293d 100644
--- a/backends/midi/morphos.cpp
+++ b/backends/midi/morphos.cpp
@@ -31,7 +31,8 @@
#include "stdafx.h"
#include "sound/mpu401.h"
-#include "common/engine.h" // For warning/error/debug
+#include "common/engine.h" // for g_system
+#include "common/util.h"
#include "morphos.h"
#include "morphos_sound.h"