summaryrefslogtreecommitdiff
path: root/modules/other/gail/libgail-util
diff options
context:
space:
mode:
authorJohan Dahlin <jdahlin@async.com.br>2008-06-22 14:28:52 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-06-22 14:28:52 +0000
commitd97cdbdf53832729141b3b66de00f770b44e3390 (patch)
treea7d06aa5d8a07ed5e8f38497777dca835bd65ede /modules/other/gail/libgail-util
parent8875b3a9354b2dcb794160e1d7025ccc74929c3f (diff)
downloadgdk-pixbuf-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 'modules/other/gail/libgail-util')
-rw-r--r--modules/other/gail/libgail-util/gailmisc.c2
-rw-r--r--modules/other/gail/libgail-util/gailtextutil.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/other/gail/libgail-util/gailmisc.c b/modules/other/gail/libgail-util/gailmisc.c
index 8c49a6777..ade1288bb 100644
--- a/modules/other/gail/libgail-util/gailmisc.c
+++ b/modules/other/gail/libgail-util/gailmisc.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <stdlib.h>
#include <gtk/gtk.h>
diff --git a/modules/other/gail/libgail-util/gailtextutil.c b/modules/other/gail/libgail-util/gailtextutil.c
index dc89f7775..ae6234f93 100644
--- a/modules/other/gail/libgail-util/gailtextutil.c
+++ b/modules/other/gail/libgail-util/gailtextutil.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <stdlib.h>
#include "gailtextutil.h"