comparison 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
comparison
equal deleted inserted replaced
1949:98893c1e9f98 1950:2ebeb7816c5e
15 * You should have received a copy of the GNU General Public License 15 * You should have received a copy of the GNU General Public License
16 * along with this program; if not, write to the Free Software 16 * along with this program; if not, write to the Free Software
17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18 */ 18 */
19 19
20 #include "audacious/plugin.h" 20 #include <audacious/plugin.h>
21 #include "audacious/output.h" 21 #include <audacious/output.h>
22 #include "audacious/util.h" 22 #include <audacious/util.h>
23 #include <audacious/i18n.h> 23 #include <audacious/i18n.h>
24 #include "config.h" 24 #include "config.h"
25 #include <glib.h> 25 #include <glib.h>
26 #include <stdlib.h> 26 #include <stdlib.h>
27 #include <string.h> 27 #include <string.h>