comparison src/stdio/stdio.c @ 1950:2ebeb7816c5e

Change from "" to <>-style includes. With thanks to ccr for the correct sed voodoo.
author chainsaw@localhost
date Mon, 01 Oct 2007 23:01:22 +0100
parents c276e2b74646
children 0d2f57214b0c
comparison
equal deleted inserted replaced
1949:98893c1e9f98 1950:2ebeb7816c5e
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 <audacious/vfs.h> 19 #include <audacious/vfs.h>
20 #include <audacious/plugin.h> 20 #include <audacious/plugin.h>
21 #include "audacious/strings.h" 21 #include <audacious/strings.h>
22 #include <stdio.h> 22 #include <stdio.h>
23 23
24 #include <unistd.h> 24 #include <unistd.h>
25 #include <sys/stat.h> 25 #include <sys/stat.h>
26 #include <sys/types.h> 26 #include <sys/types.h>