diff src/pls/pls.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 ae9b0327b620
children 17a6441c71b6
line wrap: on
line diff
--- a/src/pls/pls.c	Tue Oct 02 00:53:58 2007 +0300
+++ b/src/pls/pls.c	Mon Oct 01 23:01:22 2007 +0100
@@ -31,13 +31,13 @@
 #include <sys/stat.h>
 #include <sys/errno.h>
 
-#include "audacious/main.h"
-#include "audacious/util.h"
-#include "audacious/playlist.h"
+#include <audacious/main.h>
+#include <audacious/util.h>
+#include <audacious/playlist.h>
 #include "audacious/playlist_container.h"
-#include "audacious/plugin.h"
-#include "audacious/vfs.h"
-#include "audacious/strings.h"
+#include <audacious/plugin.h>
+#include <audacious/vfs.h>
+#include <audacious/strings.h>
 
 static void
 playlist_load_pls(const gchar * filename, gint pos)