diff 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
line wrap: on
line diff
--- a/src/stdio/stdio.c	Tue Oct 02 00:53:58 2007 +0300
+++ b/src/stdio/stdio.c	Mon Oct 01 23:01:22 2007 +0100
@@ -18,7 +18,7 @@
 
 #include <audacious/vfs.h>
 #include <audacious/plugin.h>
-#include "audacious/strings.h"
+#include <audacious/strings.h>
 #include <stdio.h>
 
 #include <unistd.h>