summaryrefslogtreecommitdiff
path: root/gtk/gtktextchild.c
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 /gtk/gtktextchild.c
parent8875b3a9354b2dcb794160e1d7025ccc74929c3f (diff)
downloadgtk+-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 'gtk/gtktextchild.c')
-rw-r--r--gtk/gtktextchild.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktextchild.c b/gtk/gtktextchild.c
index 3809fcbf6d..163954f6e4 100644
--- a/gtk/gtktextchild.c
+++ b/gtk/gtktextchild.c
@@ -48,7 +48,7 @@
*/
#define GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API
-#include <config.h>
+#include "config.h"
#include "gtktextchild.h"
#include "gtktextbtree.h"
#include "gtktextlayout.h"