comparison src/blur_scope/config.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 07c11537a0e8
children 00394f91e3c6
comparison
equal deleted inserted replaced
1949:98893c1e9f98 1950:2ebeb7816c5e
2 2
3 #include <glib.h> 3 #include <glib.h>
4 #include <audacious/i18n.h> 4 #include <audacious/i18n.h>
5 #include <gtk/gtk.h> 5 #include <gtk/gtk.h>
6 6
7 #include "audacious/configdb.h" 7 #include <audacious/configdb.h>
8 #include "blur_scope.h" 8 #include "blur_scope.h"
9 9
10 10
11 static GtkWidget *configure_win = NULL; 11 static GtkWidget *configure_win = NULL;
12 static GtkWidget *vbox, *options_frame, *options_vbox; 12 static GtkWidget *vbox, *options_frame, *options_vbox;