From 5ca9daeebd9378bbdd8f37fa95f05ec50a3681cd Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Mon, 6 Oct 2003 14:32:22 +0000 Subject: remove include so we don't depend on stdlib stuff (not used anyway) this also stops compile problems arising from our overloaded memory operators here svn-id: r10643 --- backends/midi/ym2612.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/backends/midi/ym2612.cpp b/backends/midi/ym2612.cpp index 0b0920ed98..c34e0fd0d0 100644 --- a/backends/midi/ym2612.cpp +++ b/backends/midi/ym2612.cpp @@ -23,7 +23,6 @@ */ #include -#include #include "common/util.h" #include "sound/mididrv.h" #include "sound/mixer.h" -- cgit v1.2.3