From be9d4066e147e1f7eebd5b554f11b876f93f3ae9 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Thu, 18 Sep 2003 02:07:18 +0000 Subject: moved engine.* to base; this fixes some linking issues when building a barebone ScummVM (or maybe I just want to increase our CVS stats? ) svn-id: r10287 --- backends/midi/morphos.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backends/midi/morphos.cpp') diff --git a/backends/midi/morphos.cpp b/backends/midi/morphos.cpp index 9e32b6293d..f75839cdd2 100644 --- a/backends/midi/morphos.cpp +++ b/backends/midi/morphos.cpp @@ -31,7 +31,7 @@ #include "stdafx.h" #include "sound/mpu401.h" -#include "common/engine.h" // for g_system +#include "base/engine.h" // for g_system #include "common/util.h" #include "morphos.h" #include "morphos_sound.h" -- cgit v1.2.3