summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorAndree Buschmann <AndreeBuschmann@t-online.de>2011-08-31 20:34:44 +0000
committerAndree Buschmann <AndreeBuschmann@t-online.de>2011-08-31 20:34:44 +0000
commit67f52495593ea66660bd3b63c1bb7bfbe7e5cef1 (patch)
tree65ef3f6ffa520ac1d62208e56acecc0119363b65 /apps
parent72a345b6a7fda0f9b6bb8fe63ae283ec972297d7 (diff)
downloadrockbox-67f52495593ea66660bd3b63c1bb7bfbe7e5cef1.zip
rockbox-67f52495593ea66660bd3b63c1bb7bfbe7e5cef1.tar.gz
rockbox-67f52495593ea66660bd3b63c1bb7bfbe7e5cef1.tar.bz2
rockbox-67f52495593ea66660bd3b63c1bb7bfbe7e5cef1.tar.xz
Fix residual red, thanks to Zagor.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30400 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/codecs/libgme/ym2612_emu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/codecs/libgme/ym2612_emu.c b/apps/codecs/libgme/ym2612_emu.c
index ee7947e..a9b7be2 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 <stdlib.h>
#include <string.h>
#include <limits.h>
#include <stdio.h>
#include <math.h>
+#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