diff src/console/abstract_file.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 3da1b8942b8b
children ed6c81bd9016
line wrap: on
line diff
--- a/src/console/abstract_file.h	Tue Oct 02 00:53:58 2007 +0300
+++ b/src/console/abstract_file.h	Mon Oct 01 23:01:22 2007 +0100
@@ -5,7 +5,7 @@
 #define ABSTRACT_FILE_H
 
 #include <stdio.h>
-#include "audacious/vfs.h"
+#include <audacious/vfs.h>
 
 // Supports reading and finding out how many bytes are remaining
 class Data_Reader {