diff options
| author | Johan Dahlin <jdahlin@async.com.br> | 2008-06-22 15:10:51 +0000 |
|---|---|---|
| committer | Johan Dahlin <johan@src.gnome.org> | 2008-06-22 15:10:51 +0000 |
| commit | 761424465aaad736916b029383483b6ac419d831 (patch) | |
| tree | 6a9a2013c352a1f8d7199839aeff3d75c44cde55 /gio/goutputstream.c | |
| parent | 6347be5fb68fc3e5e9d5bfedc3cbd5349ef40074 (diff) | |
| download | glib-761424465aaad736916b029383483b6ac419d831.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
svn path=/trunk/; revision=7092
Diffstat (limited to 'gio/goutputstream.c')
| -rw-r--r-- | gio/goutputstream.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/goutputstream.c b/gio/goutputstream.c index b68593a4f..39aeb7386 100644 --- a/gio/goutputstream.c +++ b/gio/goutputstream.c @@ -20,7 +20,7 @@ * Author: Alexander Larsson <alexl@redhat.com> */ -#include <config.h> +#include "config.h" #include "goutputstream.h" #include "gsimpleasyncresult.h" #include "glibintl.h" |
