summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/io-ani.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
commit315f52d61eff9cb2b6c8187467f546deebfce966 (patch)
treef2751e4982ec424215e000f1d3b9ba6d140d7809 /gdk-pixbuf/io-ani.c
parent1a3c8b06677afb9ff47fbeceef48577711ab34af (diff)
downloadgdk-pixbuf-315f52d61eff9cb2b6c8187467f546deebfce966.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 'gdk-pixbuf/io-ani.c')
-rw-r--r--gdk-pixbuf/io-ani.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk-pixbuf/io-ani.c b/gdk-pixbuf/io-ani.c
index 00d428eb0..389b2c599 100644
--- a/gdk-pixbuf/io-ani.c
+++ b/gdk-pixbuf/io-ani.c
@@ -23,7 +23,7 @@
#undef DEBUG_ANI
-#include <config.h>
+#include "config.h"
#include <stdlib.h>
#include <string.h>
#include "gdk-pixbuf-private.h"