comparison src/shnplug/shn.h @ 2498:194c2f8c2a92

Include cleanups, part #3.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 31 Mar 2008 15:11:29 +0300
parents 51bf0e431e02
children f1b6f1b2cdb3
comparison
equal deleted inserted replaced
2497:ed6c81bd9016 2498:194c2f8c2a92
30 #include <stdio.h> 30 #include <stdio.h>
31 #include <unistd.h> 31 #include <unistd.h>
32 #include <sys/stat.h> 32 #include <sys/stat.h>
33 33
34 #include <audacious/plugin.h> 34 #include <audacious/plugin.h>
35 #include <audacious/vfs.h>
36 35
37 #ifdef HAVE_CONFIG_H 36 #ifdef HAVE_CONFIG_H
38 #include "config.h" 37 #include "config.h"
39 #endif 38 #endif
40 39