diff src/OSS4/OSS4.h @ 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 2d37dbee0d12
children c2861c84f850
line wrap: on
line diff
--- a/src/OSS4/OSS4.h	Tue Oct 02 00:53:58 2007 +0300
+++ b/src/OSS4/OSS4.h	Mon Oct 01 23:01:22 2007 +0100
@@ -30,7 +30,7 @@
 #include <soundcard.h>
 #endif
 
-#include "audacious/plugin.h"
+#include <audacious/plugin.h>
 #include <glib.h>
 
 #define IS_BIG_ENDIAN (G_BYTE_ORDER == G_BIG_ENDIAN)