diff options
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/codecs/libgme/ym2612_emu.c | 4 |
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 |