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/ypa1.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'backends/midi/ypa1.cpp') diff --git a/backends/midi/ypa1.cpp b/backends/midi/ypa1.cpp index 3bcb06eb3a..19671d5610 100644 --- a/backends/midi/ypa1.cpp +++ b/backends/midi/ypa1.cpp @@ -20,7 +20,6 @@ #include "stdafx.h" #include "sound/mpu401.h" -#include "base/engine.h" // for g_system #include "common/util.h" #include "Pa1Lib.h" -- cgit v1.2.3