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/adlib.cpp | 1 - backends/midi/morphos.cpp | 1 - backends/midi/ypa1.cpp | 1 - 3 files changed, 3 deletions(-) (limited to 'backends') diff --git a/backends/midi/adlib.cpp b/backends/midi/adlib.cpp index efd412235e..8cde3a0b6e 100644 --- a/backends/midi/adlib.cpp +++ b/backends/midi/adlib.cpp @@ -22,7 +22,6 @@ #include "sound/mididrv.h" #include "sound/fmopl.h" #include "sound/mixer.h" -#include "base/engine.h" // for g_system #include "common/util.h" #define BASE_FREQ 250 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" 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