comparison src/madplug/decoder.c @ 2491:b419d8924c0b

Remove unused and completely wtf #includes.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 31 Mar 2008 12:38:35 +0300
parents 4fb714073ae4
children bad05467e8e0
comparison
equal deleted inserted replaced
2490:f55c9555b268 2491:b419d8924c0b
21 21
22 /* #define AUD_DEBUG 1 */ 22 /* #define AUD_DEBUG 1 */
23 23
24 #include <math.h> 24 #include <math.h>
25 #include <assert.h> 25 #include <assert.h>
26 #include <pthread.h>
27 #include <signal.h>
28 26
29 #include <audacious/plugin.h> 27 #include <audacious/plugin.h>
30 #include <audacious/output.h>
31 #include <audacious/util.h>
32 #include <sys/time.h>
33 #include "plugin.h" 28 #include "plugin.h"
34 #include "input.h" 29 #include "input.h"
35 30
36 #define BUFFER_SIZE 16*1024 31 #define BUFFER_SIZE 16*1024
37 #define N_AVERAGE_FRAMES 10 32 #define N_AVERAGE_FRAMES 10