diff options
author | Johan Dahlin <jdahlin@async.com.br> | 2008-06-22 14:28:52 +0000 |
---|---|---|
committer | Johan Dahlin <johan@src.gnome.org> | 2008-06-22 14:28:52 +0000 |
commit | d97cdbdf53832729141b3b66de00f770b44e3390 (patch) | |
tree | a7d06aa5d8a07ed5e8f38497777dca835bd65ede /demos | |
parent | 8875b3a9354b2dcb794160e1d7025ccc74929c3f (diff) | |
download | gtk+-d97cdbdf53832729141b3b66de00f770b44e3390.tar.gz |
Include "config.h" instead of <config.h> Command used: find -name
2008-06-21 Johan Dahlin <jdahlin@async.com.br>
* *.[ch]: Include "config.h" instead of <config.h>
Command used:
find -name \*.[ch]|xargs perl -p -i -e 's/^#include <config.h>/#include "config.h"/g'
Rubberstamped by Mitch and Tim
svn path=/trunk/; revision=20669
Diffstat (limited to 'demos')
-rw-r--r-- | demos/gtk-demo/main.c | 2 | ||||
-rw-r--r-- | demos/pixbuf-demo.c | 2 | ||||
-rw-r--r-- | demos/pixbuf-init.c | 2 | ||||
-rw-r--r-- | demos/testanimation.c | 2 | ||||
-rw-r--r-- | demos/testpixbuf-drawable.c | 2 | ||||
-rw-r--r-- | demos/testpixbuf-scale.c | 2 | ||||
-rw-r--r-- | demos/testpixbuf.c | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/demos/gtk-demo/main.c b/demos/gtk-demo/main.c index c741329c05..19fd494735 100644 --- a/demos/gtk-demo/main.c +++ b/demos/gtk-demo/main.c @@ -1,4 +1,4 @@ -#include <config.h> +#include "config.h" #include <errno.h> #include <stdio.h> #include <stdlib.h> diff --git a/demos/pixbuf-demo.c b/demos/pixbuf-demo.c index dd6923bbcc..6c921b5b4f 100644 --- a/demos/pixbuf-demo.c +++ b/demos/pixbuf-demo.c @@ -20,7 +20,7 @@ * Boston, MA 02111-1307, USA. */ -#include <config.h> +#include "config.h" #include <stdlib.h> #include <gtk/gtk.h> #include <math.h> diff --git a/demos/pixbuf-init.c b/demos/pixbuf-init.c index f4faa9a2d5..898de45586 100644 --- a/demos/pixbuf-init.c +++ b/demos/pixbuf-init.c @@ -1,4 +1,4 @@ -#include <config.h> +#include "config.h" #include <glib.h> #include <sys/stat.h> diff --git a/demos/testanimation.c b/demos/testanimation.c index 029f69c9b7..fa29585079 100644 --- a/demos/testanimation.c +++ b/demos/testanimation.c @@ -18,7 +18,7 @@ * Boston, MA 02111-1307, USA. */ -#include <config.h> +#include "config.h" #include <stdio.h> #include <stdlib.h> #include <unistd.h> diff --git a/demos/testpixbuf-drawable.c b/demos/testpixbuf-drawable.c index bcfc8c883a..ad4e4a055c 100644 --- a/demos/testpixbuf-drawable.c +++ b/demos/testpixbuf-drawable.c @@ -1,4 +1,4 @@ -#include <config.h> +#include "config.h" #include <gtk/gtk.h> int diff --git a/demos/testpixbuf-scale.c b/demos/testpixbuf-scale.c index e826c05679..d512513f6d 100644 --- a/demos/testpixbuf-scale.c +++ b/demos/testpixbuf-scale.c @@ -1,4 +1,4 @@ -#include <config.h> +#include "config.h" #include <gtk/gtk.h> #include <stdio.h> diff --git a/demos/testpixbuf.c b/demos/testpixbuf.c index 6cfd9db239..64357c11a5 100644 --- a/demos/testpixbuf.c +++ b/demos/testpixbuf.c @@ -17,7 +17,7 @@ * Boston, MA 02111-1307, USA. */ -#include <config.h> +#include "config.h" #include <stdio.h> #include <stdlib.h> #include <unistd.h> |