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 /gdk-pixbuf | |
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 'gdk-pixbuf')
30 files changed, 30 insertions, 30 deletions
diff --git a/gdk-pixbuf/gdk-pixbuf-animation.c b/gdk-pixbuf/gdk-pixbuf-animation.c index 321df803ab..8431aa8e48 100644 --- a/gdk-pixbuf/gdk-pixbuf-animation.c +++ b/gdk-pixbuf/gdk-pixbuf-animation.c @@ -22,7 +22,7 @@ * Boston, MA 02111-1307, USA. */ -#include <config.h> +#include "config.h" #include <errno.h> #include "gdk-pixbuf-private.h" #include "gdk-pixbuf-io.h" diff --git a/gdk-pixbuf/gdk-pixbuf-csource.c b/gdk-pixbuf/gdk-pixbuf-csource.c index 597815e70a..b774d0c180 100644 --- a/gdk-pixbuf/gdk-pixbuf-csource.c +++ b/gdk-pixbuf/gdk-pixbuf-csource.c @@ -16,7 +16,7 @@ * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. */ -#include <config.h> +#include "config.h" #define __GTK_H_INSIDE__ #include "../gtk/gtkversion.h" /* versioning */ diff --git a/gdk-pixbuf/gdk-pixbuf-data.c b/gdk-pixbuf/gdk-pixbuf-data.c index 16b7d9b97a..800d64d2a6 100644 --- a/gdk-pixbuf/gdk-pixbuf-data.c +++ b/gdk-pixbuf/gdk-pixbuf-data.c @@ -20,7 +20,7 @@ * Boston, MA 02111-1307, USA. */ -#include <config.h> +#include "config.h" #include "gdk-pixbuf.h" #include "gdk-pixbuf-private.h" #include "gdk-pixbuf-alias.h" diff --git a/gdk-pixbuf/gdk-pixbuf-io.c b/gdk-pixbuf/gdk-pixbuf-io.c index 4be555ea99..b32e40ed46 100644 --- a/gdk-pixbuf/gdk-pixbuf-io.c +++ b/gdk-pixbuf/gdk-pixbuf-io.c @@ -22,7 +22,7 @@ * Boston, MA 02111-1307, USA. */ -#include <config.h> +#include "config.h" #include <stdlib.h> #include <stdio.h> diff --git a/gdk-pixbuf/gdk-pixbuf-loader.c b/gdk-pixbuf/gdk-pixbuf-loader.c index cb167ddd42..4f7158954f 100644 --- a/gdk-pixbuf/gdk-pixbuf-loader.c +++ b/gdk-pixbuf/gdk-pixbuf-loader.c @@ -24,7 +24,7 @@ * Boston, MA 02111-1307, USA. */ -#include <config.h> +#include "config.h" #include <string.h> #include "gdk-pixbuf-private.h" diff --git a/gdk-pixbuf/gdk-pixbuf-scale.c b/gdk-pixbuf/gdk-pixbuf-scale.c index efb07b7ef8..4ede8d868a 100644 --- a/gdk-pixbuf/gdk-pixbuf-scale.c +++ b/gdk-pixbuf/gdk-pixbuf-scale.c @@ -20,7 +20,7 @@ * Boston, MA 02111-1307, USA. */ -#include <config.h> +#include "config.h" #include <math.h> #include <string.h> #include "gdk-pixbuf-private.h" diff --git a/gdk-pixbuf/gdk-pixbuf-util.c b/gdk-pixbuf/gdk-pixbuf-util.c index 1b0de51f35..53e32403b1 100644 --- a/gdk-pixbuf/gdk-pixbuf-util.c +++ b/gdk-pixbuf/gdk-pixbuf-util.c @@ -21,7 +21,7 @@ * Boston, MA 02111-1307, USA. */ -#include <config.h> +#include "config.h" #include "gdk-pixbuf-private.h" #include "gdk-pixbuf-alias.h" #include <string.h> diff --git a/gdk-pixbuf/gdk-pixbuf.c b/gdk-pixbuf/gdk-pixbuf.c index 5fc1ca3fb8..7dd9838c10 100644 --- a/gdk-pixbuf/gdk-pixbuf.c +++ b/gdk-pixbuf/gdk-pixbuf.c @@ -23,7 +23,7 @@ * Boston, MA 02111-1307, USA. */ -#include <config.h> +#include "config.h" #include <math.h> #include <stdlib.h> #include <string.h> diff --git a/gdk-pixbuf/gdk-pixdata.c b/gdk-pixbuf/gdk-pixdata.c index 7de667db1d..cdd07107b0 100644 --- a/gdk-pixbuf/gdk-pixdata.c +++ b/gdk-pixbuf/gdk-pixdata.c @@ -16,7 +16,7 @@ * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. */ -#include <config.h> +#include "config.h" #include "gdk-pixbuf-private.h" #include "gdk-pixdata.h" diff --git a/gdk-pixbuf/io-ani-animation.c b/gdk-pixbuf/io-ani-animation.c index 1b9c8fccbd..b3a236cb85 100644 --- a/gdk-pixbuf/io-ani-animation.c +++ b/gdk-pixbuf/io-ani-animation.c @@ -21,7 +21,7 @@ * Boston, MA 02111-1307, USA. */ -#include <config.h> +#include "config.h" #include <errno.h> #include "gdk-pixbuf-io.h" #include "gdk-pixbuf-private.h" diff --git a/gdk-pixbuf/io-ani.c b/gdk-pixbuf/io-ani.c index 00d428eb03..389b2c5994 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" diff --git a/gdk-pixbuf/io-bmp.c b/gdk-pixbuf/io-bmp.c index f8797022d6..bdb856eea1 100644 --- a/gdk-pixbuf/io-bmp.c +++ b/gdk-pixbuf/io-bmp.c @@ -24,7 +24,7 @@ * Boston, MA 02111-1307, USA. */ -#include <config.h> +#include "config.h" #include <stdio.h> #ifdef HAVE_UNISTD_H #include <unistd.h> diff --git a/gdk-pixbuf/io-gif-animation.c b/gdk-pixbuf/io-gif-animation.c index 57d4604080..580b057528 100644 --- a/gdk-pixbuf/io-gif-animation.c +++ b/gdk-pixbuf/io-gif-animation.c @@ -22,7 +22,7 @@ * Boston, MA 02111-1307, USA. */ -#include <config.h> +#include "config.h" #include <errno.h> #include "gdk-pixbuf-private.h" #include "io-gif-animation.h" diff --git a/gdk-pixbuf/io-gif.c b/gdk-pixbuf/io-gif.c index 7ea05ac02d..ef5a7213fb 100644 --- a/gdk-pixbuf/io-gif.c +++ b/gdk-pixbuf/io-gif.c @@ -53,7 +53,7 @@ -#include <config.h> +#include "config.h" #include <stdio.h> #include <string.h> #include <errno.h> diff --git a/gdk-pixbuf/io-ico.c b/gdk-pixbuf/io-ico.c index 11880888bf..4a6bad8703 100644 --- a/gdk-pixbuf/io-ico.c +++ b/gdk-pixbuf/io-ico.c @@ -34,7 +34,7 @@ Known bugs: */ -#include <config.h> +#include "config.h" #include <stdio.h> #include <stdlib.h> #ifdef HAVE_UNISTD_H diff --git a/gdk-pixbuf/io-jpeg.c b/gdk-pixbuf/io-jpeg.c index b360190e41..da59386c16 100644 --- a/gdk-pixbuf/io-jpeg.c +++ b/gdk-pixbuf/io-jpeg.c @@ -27,7 +27,7 @@ */ -#include <config.h> +#include "config.h" #include <stdio.h> #include <stdlib.h> #include <string.h> diff --git a/gdk-pixbuf/io-pcx.c b/gdk-pixbuf/io-pcx.c index 775183fb00..584240db31 100644 --- a/gdk-pixbuf/io-pcx.c +++ b/gdk-pixbuf/io-pcx.c @@ -21,7 +21,7 @@ * Boston, MA 02111-1307, USA. */ -#include <config.h> +#include "config.h" #include <stdio.h> #include <string.h> #include "gdk-pixbuf-private.h" diff --git a/gdk-pixbuf/io-png.c b/gdk-pixbuf/io-png.c index 19379d70dc..eecdd0fb42 100644 --- a/gdk-pixbuf/io-png.c +++ b/gdk-pixbuf/io-png.c @@ -23,7 +23,7 @@ * Boston, MA 02111-1307, USA. */ -#include <config.h> +#include "config.h" #include <stdio.h> #include <stdlib.h> #include <png.h> diff --git a/gdk-pixbuf/io-pnm.c b/gdk-pixbuf/io-pnm.c index e67a6655f2..2f9fbaa729 100644 --- a/gdk-pixbuf/io-pnm.c +++ b/gdk-pixbuf/io-pnm.c @@ -22,7 +22,7 @@ * Boston, MA 02111-1307, USA. */ -#include <config.h> +#include "config.h" #include <stdio.h> #include <stdlib.h> #include <string.h> diff --git a/gdk-pixbuf/io-ras.c b/gdk-pixbuf/io-ras.c index 1eab516031..2a5dae8964 100644 --- a/gdk-pixbuf/io-ras.c +++ b/gdk-pixbuf/io-ras.c @@ -31,7 +31,7 @@ Known bugs: */ -#include <config.h> +#include "config.h" #include <stdio.h> #ifdef HAVE_UNISTD_H #include <unistd.h> diff --git a/gdk-pixbuf/io-tga.c b/gdk-pixbuf/io-tga.c index b3e57ba4cf..c35eaef916 100644 --- a/gdk-pixbuf/io-tga.c +++ b/gdk-pixbuf/io-tga.c @@ -31,7 +31,7 @@ * - Error handling was designed to be very paranoid. */ -#include <config.h> +#include "config.h" #include <stdio.h> #include <string.h> diff --git a/gdk-pixbuf/io-tiff.c b/gdk-pixbuf/io-tiff.c index e5c8b2f8a1..90a4ef817f 100644 --- a/gdk-pixbuf/io-tiff.c +++ b/gdk-pixbuf/io-tiff.c @@ -27,7 +27,7 @@ /* Following code (almost) blatantly ripped from Imlib */ -#include <config.h> +#include "config.h" #include <stdlib.h> #include <string.h> #ifdef HAVE_UNISTD_H diff --git a/gdk-pixbuf/io-wbmp.c b/gdk-pixbuf/io-wbmp.c index 6d4df971df..a4575b682d 100644 --- a/gdk-pixbuf/io-wbmp.c +++ b/gdk-pixbuf/io-wbmp.c @@ -29,7 +29,7 @@ Known bugs: * Since this is based off the libgd implementation, no extended headers implemented (not required for a WAP client) */ -#include <config.h> +#include "config.h" #include <stdio.h> #ifdef HAVE_UNISTD_H #include <unistd.h> diff --git a/gdk-pixbuf/io-xbm.c b/gdk-pixbuf/io-xbm.c index 068eb1cf06..05c45ac97c 100644 --- a/gdk-pixbuf/io-xbm.c +++ b/gdk-pixbuf/io-xbm.c @@ -29,7 +29,7 @@ /* Following code adapted from io-tiff.c, which was ``(almost) blatantly ripped from Imlib'' */ -#include <config.h> +#include "config.h" #include <stdlib.h> #include <string.h> #ifdef HAVE_UNISTD_H diff --git a/gdk-pixbuf/io-xpm.c b/gdk-pixbuf/io-xpm.c index 42fda94afe..4d57cf2da5 100644 --- a/gdk-pixbuf/io-xpm.c +++ b/gdk-pixbuf/io-xpm.c @@ -23,7 +23,7 @@ * Boston, MA 02111-1307, USA. */ -#include <config.h> +#include "config.h" #include <stdio.h> #include <stdlib.h> #include <string.h> diff --git a/gdk-pixbuf/make-inline-pixbuf.c b/gdk-pixbuf/make-inline-pixbuf.c index 079d37d37e..f100820f7f 100644 --- a/gdk-pixbuf/make-inline-pixbuf.c +++ b/gdk-pixbuf/make-inline-pixbuf.c @@ -20,7 +20,7 @@ * Boston, MA 02111-1307, USA. */ -#include <config.h> +#include "config.h" #include "gdk-pixbuf-private.h" #include <glib/gstdio.h> #include <errno.h> diff --git a/gdk-pixbuf/pixops/pixops.c b/gdk-pixbuf/pixops/pixops.c index 3e5a734fb0..3d01edaf2a 100644 --- a/gdk-pixbuf/pixops/pixops.c +++ b/gdk-pixbuf/pixops/pixops.c @@ -19,7 +19,7 @@ * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. */ -#include <config.h> +#include "config.h" #include <math.h> #include <glib.h> diff --git a/gdk-pixbuf/pixops/timescale.c b/gdk-pixbuf/pixops/timescale.c index 71ca5dbcf5..cac11d9c1c 100644 --- a/gdk-pixbuf/pixops/timescale.c +++ b/gdk-pixbuf/pixops/timescale.c @@ -16,7 +16,7 @@ * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. */ -#include <config.h> +#include "config.h" #include <glib.h> #include <string.h> #include <stdlib.h> diff --git a/gdk-pixbuf/queryloaders.c b/gdk-pixbuf/queryloaders.c index bf98b10420..acb19fa36d 100644 --- a/gdk-pixbuf/queryloaders.c +++ b/gdk-pixbuf/queryloaders.c @@ -22,7 +22,7 @@ * Boston, MA 02111-1307, USA. */ -#include <config.h> +#include "config.h" #include <glib.h> #include <glib/gprintf.h> diff --git a/gdk-pixbuf/test-gdk-pixbuf.c b/gdk-pixbuf/test-gdk-pixbuf.c index 0732ee8cb9..b2d565a902 100644 --- a/gdk-pixbuf/test-gdk-pixbuf.c +++ b/gdk-pixbuf/test-gdk-pixbuf.c @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. */ -#include <config.h> +#include "config.h" #include <stdlib.h> #include "gdk-pixbuf.h" |