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 /contrib/gdk-pixbuf-xlib/gdk-pixbuf-xlib-drawable.c | |
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 'contrib/gdk-pixbuf-xlib/gdk-pixbuf-xlib-drawable.c')
-rw-r--r-- | contrib/gdk-pixbuf-xlib/gdk-pixbuf-xlib-drawable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gdk-pixbuf-xlib/gdk-pixbuf-xlib-drawable.c b/contrib/gdk-pixbuf-xlib/gdk-pixbuf-xlib-drawable.c index 92f8c8d021..c7c59e4e13 100644 --- a/contrib/gdk-pixbuf-xlib/gdk-pixbuf-xlib-drawable.c +++ b/contrib/gdk-pixbuf-xlib/gdk-pixbuf-xlib-drawable.c @@ -26,7 +26,7 @@ /* Ported to Xlib by John Harper <john@dcs.warwick.ac.uk> */ -#include <config.h> +#include "config.h" #include <stdio.h> #include <string.h> #include <gdk-pixbuf/gdk-pixbuf-private.h> |