From 925ddb1b8605a6659aef426ff0494c7ede8716c2 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 10 Sep 2003 12:23:42 +0000 Subject: moved declaration of error/warning/debug from engine.h to util.h svn-id: r10151 --- backends/midi/morphos.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'backends/midi/morphos.cpp') 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" -- cgit v1.2.3