comparison src/madplug/plugin.c @ 2576:bd3a24b39058

Removed #includes that should not be included anymore.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 19 May 2008 04:20:50 +0300
parents 769e17da93dd
children 84d34cd6aa71
comparison
equal deleted inserted replaced
2575:1e67df1a1edc 2576:bd3a24b39058
26 #include "input.h" 26 #include "input.h"
27 27
28 #include <math.h> 28 #include <math.h>
29 29
30 #include <gtk/gtk.h> 30 #include <gtk/gtk.h>
31 #include <audacious/util.h>
32 #include <stdarg.h> 31 #include <stdarg.h>
33 #include <fcntl.h> 32 #include <fcntl.h>
34 #include <sys/stat.h> 33 #include <sys/stat.h>
35 #include "tuple.h" 34 #include "tuple.h"
36 35