diff src/tonegen/tonegen.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 f6f5603a0954
children e8ea3a76a84e
line wrap: on
line diff
--- a/src/tonegen/tonegen.c	Tue Oct 02 00:53:58 2007 +0300
+++ b/src/tonegen/tonegen.c	Mon Oct 01 23:01:22 2007 +0100
@@ -17,9 +17,9 @@
  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  */
 
-#include "audacious/plugin.h"
-#include "audacious/output.h"
-#include "audacious/util.h"
+#include <audacious/plugin.h>
+#include <audacious/output.h>
+#include <audacious/util.h>
 #include <audacious/i18n.h>
 #include "config.h"
 #include <glib.h>