comparison src/xspf/xspf.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 42a5c9d5830b
children 3f931f933750
comparison
equal deleted inserted replaced
2575:1e67df1a1edc 2576:bd3a24b39058
32 #include <sys/types.h> 32 #include <sys/types.h>
33 #include <sys/stat.h> 33 #include <sys/stat.h>
34 #include <sys/errno.h> 34 #include <sys/errno.h>
35 35
36 #include <audacious/plugin.h> 36 #include <audacious/plugin.h>
37 #include <audacious/util.h>
38 #include <audacious/strings.h>
39 37
40 #include <libxml/tree.h> 38 #include <libxml/tree.h>
41 #include <libxml/parser.h> 39 #include <libxml/parser.h>
42 #include <libxml/xmlreader.h> 40 #include <libxml/xmlreader.h>
43 #include <libxml/xpath.h> 41 #include <libxml/xpath.h>