From 67f52495593ea66660bd3b63c1bb7bfbe7e5cef1 Mon Sep 17 00:00:00 2001 From: Andree Buschmann Date: Wed, 31 Aug 2011 20:34:44 +0000 Subject: [PATCH] Fix residual red, thanks to Zagor. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30400 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libgme/ym2612_emu.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/codecs/libgme/ym2612_emu.c b/apps/codecs/libgme/ym2612_emu.c index ee7947ef3b..a9b7be21f1 100644 --- a/apps/codecs/libgme/ym2612_emu.c +++ b/apps/codecs/libgme/ym2612_emu.c @@ -2,14 +2,14 @@ // Based on Gens 2.10 ym2612.c -#include "ym2612_emu.h" - #include #include #include #include #include +#include "ym2612_emu.h" + /* Copyright (C) 2002 Stéphane Dallongeville (gens AT consolemul.com) */ /* Copyright (C) 2004-2007 Shay Green. This module is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser