diff options
author | Johan Dahlin <jdahlin@async.com.br> | 2008-06-22 15:18:49 +0000 |
---|---|---|
committer | Johan Dahlin <johan@src.gnome.org> | 2008-06-22 15:18:49 +0000 |
commit | 4852e5910626ab6e4b20e611589de613a360251f (patch) | |
tree | 620dfe035216f3e2302482790318818835dfd2d9 /pango/pango-item.c | |
parent | 81af6c6043a28fe0eac4069d36183b93966bb3d1 (diff) | |
download | pango-4852e5910626ab6e4b20e611589de613a360251f.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 Behdad
svn path=/trunk/; revision=2657
Diffstat (limited to 'pango/pango-item.c')
-rw-r--r-- | pango/pango-item.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-item.c b/pango/pango-item.c index 3c7ff57c..9d8edd03 100644 --- a/pango/pango-item.c +++ b/pango/pango-item.c @@ -19,7 +19,7 @@ * Boston, MA 02111-1307, USA. */ -#include <config.h> +#include "config.h" #include "pango-attributes.h" #include "pango-item.h" #include "pango-impl-utils.h" |