comparison src/stdio/stdio.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 2ffc6a69fcd1
children 30d30cfe6b47
comparison
equal deleted inserted replaced
2575:1e67df1a1edc 2576:bd3a24b39058
16 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 16 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17 */ 17 */
18 18
19 #include "config.h" 19 #include "config.h"
20 #include <audacious/plugin.h> 20 #include <audacious/plugin.h>
21 #include <audacious/strings.h>
22 #include <stdio.h> 21 #include <stdio.h>
23 22
24 #include <unistd.h> 23 #include <unistd.h>
25 #include <sys/stat.h> 24 #include <sys/stat.h>
26 #include <sys/types.h> 25 #include <sys/types.h>