From 17bf7b95aa8fb28dcacbe01a5ff547032ffbea1d Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 28 Sep 2003 21:08:48 +0000 Subject: removed duplicate g_timer object (one was global, one was static to timer.cpp); set g_system earlier (might prevent a few race conditions) svn-id: r10471 --- backends/midi/morphos.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'backends/midi/morphos.cpp') diff --git a/backends/midi/morphos.cpp b/backends/midi/morphos.cpp index ab941ca6bf..abfef2e0b0 100644 --- a/backends/midi/morphos.cpp +++ b/backends/midi/morphos.cpp @@ -31,7 +31,6 @@ #include "stdafx.h" #include "sound/mpu401.h" -#include "base/engine.h" // for g_system #include "common/util.h" #include "morphos.h" #include "morphos_sound.h" -- cgit v1.2.3