summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ee7947ef3b..a9b7be21f1 100644
--- a/apps/codecs/libgme/ym2612_emu.c
+++ b/apps/codecs/libgme/ym2612_emu.c
@@ -2,14 +2,14 @@
2 2
3// Based on Gens 2.10 ym2612.c 3// Based on Gens 2.10 ym2612.c
4 4
5#include "ym2612_emu.h"
6
7#include <stdlib.h> 5#include <stdlib.h>
8#include <string.h> 6#include <string.h>
9#include <limits.h> 7#include <limits.h>
10#include <stdio.h> 8#include <stdio.h>
11#include <math.h> 9#include <math.h>
12 10
11#include "ym2612_emu.h"
12
13/* Copyright (C) 2002 Stéphane Dallongeville (gens AT consolemul.com) */ 13/* Copyright (C) 2002 Stéphane Dallongeville (gens AT consolemul.com) */
14/* Copyright (C) 2004-2007 Shay Green. This module is free software; you 14/* Copyright (C) 2004-2007 Shay Green. This module is free software; you
15can redistribute it and/or modify it under the terms of the GNU Lesser 15can redistribute it and/or modify it under the terms of the GNU Lesser