Include "config.h" instead of <config.h> Command used: find -name
authorJohan Dahlin <jdahlin@async.com.br>
Sun, 22 Jun 2008 15:10:51 +0000 (15:10 +0000)
committerJohan Dahlin <johan@src.gnome.org>
Sun, 22 Jun 2008 15:10:51 +0000 (15:10 +0000)
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

svn path=/trunk/; revision=7092

82 files changed:
ChangeLog
gio/fam/gfamdirectorymonitor.c
gio/fam/gfamfilemonitor.c
gio/fen/gfendirectorymonitor.c
gio/fen/gfenfilemonitor.c
gio/gappinfo.c
gio/gasynchelper.c
gio/gasyncresult.c
gio/gbufferedinputstream.c
gio/gbufferedoutputstream.c
gio/gcancellable.c
gio/gcontenttype.c
gio/gdatainputstream.c
gio/gdataoutputstream.c
gio/gdesktopappinfo.c
gio/gdrive.c
gio/gdummyfile.c
gio/gfile.c
gio/gfileattribute.c
gio/gfileenumerator.c
gio/gfileicon.c
gio/gfileinfo.c
gio/gfileinputstream.c
gio/gfilemonitor.c
gio/gfilenamecompleter.c
gio/gfileoutputstream.c
gio/gfilterinputstream.c
gio/gfilteroutputstream.c
gio/gicon.c
gio/ginputstream.c
gio/gioerror.c
gio/giomodule.c
gio/gioscheduler.c
gio/gloadableicon.c
gio/glocaldirectorymonitor.c
gio/glocalfile.c
gio/glocalfileenumerator.c
gio/glocalfileinfo.c
gio/glocalfileinputstream.c
gio/glocalfilemonitor.c
gio/glocalfileoutputstream.c
gio/glocalvfs.c
gio/gmemoryinputstream.c
gio/gmemoryoutputstream.c
gio/gmount.c
gio/gmountoperation.c
gio/gnativevolumemonitor.c
gio/goutputstream.c
gio/gpollfilemonitor.c
gio/gseekable.c
gio/gsimpleasyncresult.c
gio/gthemedicon.c
gio/gunionvolumemonitor.c
gio/gunixinputstream.c
gio/gunixmount.c
gio/gunixmounts.c
gio/gunixoutputstream.c
gio/gunixvolume.c
gio/gunixvolumemonitor.c
gio/gvfs.c
gio/gvolume.c
gio/gvolumemonitor.c
gio/gwin32appinfo.c
gio/gwin32mount.c
gio/gwin32volumemonitor.c
gio/inotify/ginotifydirectorymonitor.c
gio/inotify/ginotifyfilemonitor.c
gio/xdgmime/xdgmime.c
gio/xdgmime/xdgmimealias.c
gio/xdgmime/xdgmimecache.c
gio/xdgmime/xdgmimeglob.c
gio/xdgmime/xdgmimeicon.c
gio/xdgmime/xdgmimeint.c
gio/xdgmime/xdgmimemagic.c
gio/xdgmime/xdgmimeparent.c
glib/gchecksum.c
glib/gnulib/g-gnulib.h
glib/gurifuncs.c
glib/libcharset/localcharset.c
tests/node-test.c
tests/threadpool-test.c
tests/uri-test.c

index 58b58183864c91f68bd9cf3eccff62e0cbda4c95..46b190c5fa440290410ee2d0c47b992ee0036f75 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+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
+
 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
 
        Bug 316221 - G_LOCK warns about breaking strict-aliasing rules
index 2bf1a7160b820b5dc833b374f1ec50acd76ca220..831a2bc591dffb9005a1aa95a6e95eb679a0d9bb 100644 (file)
@@ -23,7 +23,7 @@
  *          Sebastian Dröge <slomo@circular-chaos.org>
  */
 
-#include <config.h>
+#include "config.h"
 
 #include "gfamdirectorymonitor.h"
 #include "giomodule.h"
index 56dafa3b1e74859ff698ad1745b8836f1ac3b57c..1855047541176a6d3bdeedca67883e392645592b 100644 (file)
@@ -23,7 +23,7 @@
  *          Sebastian Dröge <slomo@circular-chaos.org>
  */
 
-#include <config.h>
+#include "config.h"
 
 #include "gfamfilemonitor.h"
 #include "giomodule.h"
index feb14cd204a1c754c3f648373bc26318520af196..d73ab99c672d6750dd4c4b428eb6b4b8306615b1 100644 (file)
@@ -28,7 +28,7 @@
  *          Lin Ma <lin.ma@sun.com>
  */
 
-#include <config.h>
+#include "config.h"
 
 #include "gfendirectorymonitor.h"
 #include "giomodule.h"
index 801f005336703597b200855958e4f8ec5505aa7a..c5240d6322983670f40075ec2448abe08b5e763f 100644 (file)
@@ -28,7 +28,7 @@
  *          Lin Ma <lin.ma@sun.com>
  */
 
-#include <config.h>
+#include "config.h"
 
 #include "gfenfilemonitor.h"
 #include <gio/giomodule.h>
index f9c7ea5e9d3b10ee4b26a135ef5fb5d29ef03d76..543bb8a62b0c610c712c00da3bb2a5a64162e224 100644 (file)
@@ -20,7 +20,7 @@
  * Author: Alexander Larsson <alexl@redhat.com>
  */
 
-#include <config.h>
+#include "config.h"
 #include "gappinfo.h"
 #include "glibintl.h"
 #include <gioerror.h>
index 68e7e05fb099f9de846c50421647074d0a34eab4..b7594dd99bdc598d92ace591a29120aa961620cf 100644 (file)
@@ -20,7 +20,7 @@
  * Author: Alexander Larsson <alexl@redhat.com>
  */
 
-#include <config.h>
+#include "config.h"
 
 #include "gasynchelper.h"
 
index 761b1370d22c706e5c2d2b919632794a89b9fe2d..ba2976e20ccf5672a8601cde6d0433a5a5a293b2 100644 (file)
@@ -20,7 +20,7 @@
  * Author: Alexander Larsson <alexl@redhat.com>
  */
 
-#include <config.h>
+#include "config.h"
 #include "gasyncresult.h"
 #include "glibintl.h"
 
index 230203ba0f75a978052111bcd387b1171547efec..1c27b87f1a03e44c023822ec60ba6b98304f48b8 100644 (file)
@@ -21,7 +21,7 @@
  * Author: Christian Kellner <gicmo@gnome.org> 
  */
 
-#include <config.h>
+#include "config.h"
 #include "gbufferedinputstream.h"
 #include "ginputstream.h"
 #include "gsimpleasyncresult.h"
index 41857601d96a3e50ec8b34a4094bd07a928d09e5..92b5f43b9dd8198d228ba9c473790579d69fb1cd 100644 (file)
@@ -20,7 +20,7 @@
  * Author: Christian Kellner <gicmo@gnome.org> 
  */
 
-#include <config.h>
+#include "config.h"
 #include "gbufferedoutputstream.h"
 #include "goutputstream.h"
 #include "gsimpleasyncresult.h"
index b8da35a7145809cf8ae2f18a6ca4b26e8125e4b4..87a5adb72d28e2582f9d8d5e6c03961a4e8485e8 100644 (file)
@@ -20,7 +20,7 @@
  * Author: Alexander Larsson <alexl@redhat.com>
  */
 
-#include <config.h>
+#include "config.h"
 #ifdef HAVE_UNISTD_H
 #include <unistd.h>
 #endif
index dbe5297c722dc519b395198675128695dbc8dc0b..a943e84d9439f89f13724cdfb764256c41003edd 100644 (file)
@@ -22,7 +22,7 @@
  * Author: Alexander Larsson <alexl@redhat.com>
  */
 
-#include <config.h>
+#include "config.h"
 #include <sys/types.h>
 #include <string.h>
 #include <stdio.h>
index 27863d7c8302d75f6a78feec6d75ec556a7b1204..fa511bcf83828d2c2d7d4ee988ce8b44253f45ef 100644 (file)
@@ -21,7 +21,7 @@
  * Author: Alexander Larsson <alexl@redhat.com>
  */
 
-#include <config.h>
+#include "config.h"
 #include "gdatainputstream.h"
 #include "gioenumtypes.h"
 #include "glibintl.h"
index 28a9adc9fe9bd2a9936d5845a8d63a8e9e3e5b85..1dc2dd8d7130bc1a26193cd4968a86db9a22a22e 100644 (file)
@@ -20,7 +20,7 @@
  * Author: Alexander Larsson <alexl@redhat.com>
  */
 
-#include <config.h>
+#include "config.h"
 #include <string.h>
 #include "gdataoutputstream.h"
 #include "gioenumtypes.h"
index b9753deb1520b9cb4ff2d82ef6ba579f73c64efb..f76dc03eb8ab5b728c9122dea2bce494384bfc4c 100644 (file)
@@ -21,7 +21,7 @@
  * Author: Alexander Larsson <alexl@redhat.com>
  */
 
-#include <config.h>
+#include "config.h"
 
 #include <errno.h>
 #include <string.h>
index 3d202cf048161392afb900035cb6a799740a0914..bfdbee1ac19e3422889f8b91f2dea18794e7116a 100644 (file)
@@ -21,7 +21,7 @@
  *         David Zeuthen <davidz@redhat.com>
  */
 
-#include <config.h>
+#include "config.h"
 #include "gdrive.h"
 #include "gsimpleasyncresult.h"
 #include "glibintl.h"
index 2c7edcf9a1e73ec601e342d1de9014921cb64753..afcd9317703a69bb706e4747b2e5e4110a1daf90 100644 (file)
@@ -20,7 +20,7 @@
  * Author: Alexander Larsson <alexl@redhat.com>
  */
 
-#include <config.h>
+#include "config.h"
 
 #include <sys/types.h>
 #include <sys/stat.h>
index 6609e27bbb086a5a5e8334ea57e16a5e86a055fe..498d3379addf8c90fba67e1c817f8322aea11224 100644 (file)
@@ -22,7 +22,7 @@
  * Author: Alexander Larsson <alexl@redhat.com>
  */
 
-#include <config.h>
+#include "config.h"
 #include <string.h>
 #include <sys/types.h>
 #ifdef HAVE_PWD_H
index 8f7e77cf529f142ef0c4f6af3f62a1f67a7fcf85..d7322003aff7ed33f946f4c905ac354c5b5891c1 100644 (file)
@@ -20,7 +20,7 @@
  * Author: Alexander Larsson <alexl@redhat.com>
  */
 
-#include <config.h>
+#include "config.h"
 
 #include <string.h>
 
index 24f5a8d599e7146b4de6f93557f0ac47d211ca15..bb8fd8f97dacac95017902d3b311e93c17a73a36 100644 (file)
@@ -20,7 +20,7 @@
  * Author: Alexander Larsson <alexl@redhat.com>
  */
 
-#include <config.h>
+#include "config.h"
 #include "gfileenumerator.h"
 #include "gioscheduler.h"
 #include "gasynchelper.h"
index 893b3a3bac07eacb7efb26d78659d8469eeaa8ed..1488ab2e24d9656dcd6749e3e04d6df22f030133 100644 (file)
@@ -20,7 +20,7 @@
  * Author: Alexander Larsson <alexl@redhat.com>
  */
 
-#include <config.h>
+#include "config.h"
 
 #include "gfileicon.h"
 #include "gsimpleasyncresult.h"
index 7e00e4dc0c68acf1c92b53fd1386e86eb7bb3118..b626915203c3d706eb449176d4694f5736c2c060 100644 (file)
@@ -52,7 +52,7 @@
  * attributes.
  **/
 
-#include <config.h>
+#include "config.h"
 
 #include <string.h>
 
index 9f4d0ca23afa385f99c27b5bd48b7e934c774e1f..d68b684d93aa3dab2500f464f202cb7f314190f9 100644 (file)
@@ -20,7 +20,7 @@
  * Author: Alexander Larsson <alexl@redhat.com>
  */
 
-#include <config.h>
+#include "config.h"
 
 #include <glib.h>
 #include <gfileinputstream.h>
index bf520ff99b1611e82eaf1ee07e17b7b57eb50873..ec2fe463e4d7074094db5902aee57d6cafb59e62 100644 (file)
@@ -20,7 +20,7 @@
  * Author: Alexander Larsson <alexl@redhat.com>
  */
 
-#include <config.h>
+#include "config.h"
 #include <string.h>
 
 #include "gfilemonitor.h"
index 05fc06943067e3b024776de6dd5b8c8bf70e75e4..217740761e1869774f9b577113367ad6f9e9aaaf 100644 (file)
@@ -20,7 +20,7 @@
  * Author: Alexander Larsson <alexl@redhat.com>
  */
 
-#include <config.h>
+#include "config.h"
 #include "gfilenamecompleter.h"
 #include "gfile.h"
 #include <string.h>
index 94ab923f3b74cf332670dea3edb8b96198f23b7f..ee1cd78b1f54c2b1fa81addd2f58f41987051560 100644 (file)
@@ -20,7 +20,7 @@
  * Author: Alexander Larsson <alexl@redhat.com>
  */
 
-#include <config.h>
+#include "config.h"
 
 #include <glib.h>
 #include <gfileoutputstream.h>
index ba0892efcd9ed172436b44a7dfb604646f17fc78..14b7cde0e09cce5585c40e333bbb13d4d6e0ab58 100644 (file)
@@ -20,7 +20,7 @@
  * Author: Christian Kellner <gicmo@gnome.org> 
  */
 
-#include <config.h>
+#include "config.h"
 #include "gfilterinputstream.h"
 #include "ginputstream.h"
 #include "glibintl.h"
index c9ec99865d1278e3b2ad8ec2c9d827aa65acd5bc..9881ab1803d1a54ac462402cce480c40fd2d3a3e 100644 (file)
@@ -20,7 +20,7 @@
  * Author: Christian Kellner <gicmo@gnome.org> 
  */
 
-#include <config.h>
+#include "config.h"
 #include "gfilteroutputstream.h"
 #include "goutputstream.h"
 #include "glibintl.h"
index 1bd38f34008794b7eb71996435656030b1063d28..567118b7a14d31b8c151c0027b9073c07c2c7e29 100644 (file)
@@ -20,7 +20,7 @@
  * Author: Alexander Larsson <alexl@redhat.com>
  */
 
-#include <config.h>
+#include "config.h"
 #include "gicon.h"
 
 #include "glibintl.h"
index 3811614b07f9ef03df5439a400290c7416d08fe0..44ddc48f85fbca38c7232209981551af675806b4 100644 (file)
@@ -20,7 +20,7 @@
  * Author: Alexander Larsson <alexl@redhat.com>
  */
 
-#include <config.h>
+#include "config.h"
 #include <glib.h>
 #include "glibintl.h"
 
index 3063e73cb55c48e2e3059e8cef9406dc5d563c3d..f06e0cf2045461e61d5dc78b3754cd4b896b2adc 100644 (file)
@@ -20,7 +20,7 @@
  * Author: Alexander Larsson <alexl@redhat.com>
  */
 
-#include <config.h>
+#include "config.h"
 #include <errno.h>
 #include "gioerror.h"
 
index 46e274ae21c116c5cc67f8f130be161f10ab1704..8a73ec42848c996d2a6d5869fe5423fcadd4be82 100644 (file)
@@ -20,7 +20,7 @@
  * Author: Alexander Larsson <alexl@redhat.com>
  */
 
-#include <config.h>
+#include "config.h"
 
 #include <string.h>
 
index 678dd888da38e46dd054cac1452d96f6dfbbdd1f..582180031838babf5037aaf365e4e0c89fcfba8a 100644 (file)
@@ -20,7 +20,7 @@
  * Author: Alexander Larsson <alexl@redhat.com>
  */
 
-#include <config.h>
+#include "config.h"
 
 #include "gioscheduler.h"
 
index 33d7a5fe90262ce402cc52bb33e1b1fa68815e08..8735a9e9ba42b9a58bf267465cdf1f0b200e6a76 100644 (file)
@@ -20,7 +20,7 @@
  * Author: Alexander Larsson <alexl@redhat.com>
  */
 
-#include <config.h>
+#include "config.h"
 #include "gsimpleasyncresult.h"
 #include "gloadableicon.h"
 #include "glibintl.h"
index ca95a7be1772978f305719d1a84c1ad45b679d2b..11720b331ab49d07c9ea0b920a341e202167dbd2 100644 (file)
@@ -20,7 +20,7 @@
  * Author: Alexander Larsson <alexl@redhat.com>
  */
 
-#include <config.h>
+#include "config.h"
 
 #include "glocaldirectorymonitor.h"
 #include "gunixmounts.h"
index d13b9e9cc06ed979a3c55e40237c2591be00ea19..b8031edcc8828d7aa8e5063b404bf6df3ccd913b 100644 (file)
@@ -20,7 +20,7 @@
  * Author: Alexander Larsson <alexl@redhat.com>
  */
 
-#include <config.h>
+#include "config.h"
 
 #include <sys/types.h>
 #include <sys/stat.h>
index 57268a596de708dcce94c4a3d0d85973337843af..82e04a5be2e264a9078368f0ff39369b43ce2411 100644 (file)
@@ -20,7 +20,7 @@
  * Author: Alexander Larsson <alexl@redhat.com>
  */
 
-#include <config.h>
+#include "config.h"
 
 #include <glib.h>
 #include <glocalfileenumerator.h>
index 47ac134e27b95350236f84cf6a4461f3cb53f686..fdaa7f4f90024ca7873971b620feb0cf6b804e75 100644 (file)
@@ -22,7 +22,7 @@
  * Author: Alexander Larsson <alexl@redhat.com>
  */
 
-#include <config.h>
+#include "config.h"
 
 #ifdef HAVE_SYS_TIME_H
 #include <sys/time.h>
index 75e6aae9f46d47206c5e2453fcff35234177567d..c7cfadeac8862d3af9ffc34e3c316b582f1c3b99 100644 (file)
@@ -20,7 +20,7 @@
  * Author: Alexander Larsson <alexl@redhat.com>
  */
 
-#include <config.h>
+#include "config.h"
 
 #include <sys/types.h>
 #include <sys/stat.h>
index b233b8eaded91ddb93ca094e6cf8b07853576f4b..05c5075660554c5a9257715bb06fb1d0c2ffaafd 100644 (file)
@@ -20,7 +20,7 @@
  * Author: Alexander Larsson <alexl@redhat.com>
  */
 
-#include <config.h>
+#include "config.h"
 
 #include "glocalfilemonitor.h"
 #include "giomodule-priv.h"
index d6919da735804aa5041ec8ceec77b02c2c503777..8a6e0552796525786aedb30570e332bb010b8c6c 100644 (file)
@@ -20,7 +20,7 @@
  * Author: Alexander Larsson <alexl@redhat.com>
  */
 
-#include <config.h>
+#include "config.h"
 
 #include <sys/types.h>
 #include <sys/stat.h>
index daf554568a1a1f60d5bc7d6f34250e1027c217ba..c2571a72f193c87bd9109089e015617ee0618da1 100644 (file)
@@ -20,7 +20,7 @@
  * Author: Alexander Larsson <alexl@redhat.com>
  */
 
-#include <config.h>
+#include "config.h"
 #include "glocalvfs.h"
 #include "glocalfile.h"
 #include "giomodule.h"
index b39f4a700a79fe883eeb1330e72e52590bd6f679..a029d372bd0e89c7a8a27459de2247cc5a291ad2 100644 (file)
@@ -20,7 +20,7 @@
  * Author: Christian Kellner <gicmo@gnome.org> 
  */
 
-#include <config.h>
+#include "config.h"
 #include "gmemoryinputstream.h"
 #include "ginputstream.h"
 #include "gseekable.h"
index e3835462a0209d874f6ed5d5ccc411b04af423d1..41e708e2f477f05ad712bbe7f92786fcdbf99751 100644 (file)
@@ -20,7 +20,7 @@
  * Author: Christian Kellner <gicmo@gnome.org>
  */
 
-#include <config.h>
+#include "config.h"
 #include "gmemoryoutputstream.h"
 #include "goutputstream.h"
 #include "gseekable.h"
index f2bec51352ccf4cb1437594d7ca1964a14044e8c..5bef1b0227f1fcc67bb81ab81fc0e34e94a23472 100644 (file)
@@ -23,7 +23,7 @@
  *         David Zeuthen <davidz@redhat.com>
  */
 
-#include <config.h>
+#include "config.h"
 
 #include <string.h>
 
index 3d906ce205c33f1274fd3743b7d7da81131764fa..d4b02bc8c3f6cfa9111ebe3382d166844c75893f 100644 (file)
@@ -20,7 +20,7 @@
  * Author: Alexander Larsson <alexl@redhat.com>
  */
 
-#include <config.h>
+#include "config.h"
 
 #include <string.h>
 
index ddaa115dee32c01615788f29e5d25d12bfb2c4bc..c3251316b946af04a9356c29d9a264e4da7d9f10 100644 (file)
@@ -1,4 +1,4 @@
-#include <config.h>
+#include "config.h"
 
 #include <string.h>
 
index b68593a4f6dbb54b9ad0c7b80eba924824998490..39aeb7386dc148f205ab8309660b63f7ed528788 100644 (file)
@@ -20,7 +20,7 @@
  * Author: Alexander Larsson <alexl@redhat.com>
  */
 
-#include <config.h>
+#include "config.h"
 #include "goutputstream.h"
 #include "gsimpleasyncresult.h"
 #include "glibintl.h"
index 4c106e922bee03a3cfa879b96c3054a818b63414..0568bfab2d016688f33dcecef4e606bb85ffa1a9 100644 (file)
@@ -20,7 +20,7 @@
  * Author: Alexander Larsson <alexl@redhat.com>
  */
 
-#include <config.h>
+#include "config.h"
 #include <string.h>
 
 #include "gpollfilemonitor.h"
index b3a7332fb47114a9163c8d294902ed8e4ef8307e..0e5707b3e3a8c5f0bea006220e85b5efcf27281c 100644 (file)
@@ -20,7 +20,7 @@
  * Author: Alexander Larsson <alexl@redhat.com>
  */
 
-#include <config.h>
+#include "config.h"
 #include "gseekable.h"
 #include "glibintl.h"
 
index d7d16fe548ffb66feae875c5ac5ea3a607bbc910..27f2d91ceb3a2b2e8e2136e7742af0e2eab5408c 100644 (file)
@@ -20,7 +20,7 @@
  * Author: Alexander Larsson <alexl@redhat.com>
  */
 
-#include <config.h>
+#include "config.h"
 
 #include <sys/types.h>
 #include <sys/stat.h>
index a2995a97a4d02c41954766c81864007d6660e5f3..e468a73563655a7de5024798fa29c41053e4d033 100644 (file)
@@ -20,7 +20,7 @@
  * Author: Alexander Larsson <alexl@redhat.com>
  */
 
-#include <config.h>
+#include "config.h"
 
 #include <string.h>
 
index 0d57cd25989d705843e6c738851ab0a4fb5377bb..22aa220cffe9053becdc63433d34bbca1fb5932b 100644 (file)
@@ -23,7 +23,7 @@
  *         David Zeuthen <davidz@redhat.com>
  */
 
-#include <config.h>
+#include "config.h"
 
 #include <string.h>
 
index 4e7fbdc4f1aad7b8c06eba9ab9a74d271e2c027b..98280cdff0185892a938a1c39eaaeb566f018b14 100644 (file)
@@ -20,7 +20,7 @@
  * Author: Alexander Larsson <alexl@redhat.com>
  */
 
-#include <config.h>
+#include "config.h"
 
 #include <sys/types.h>
 #include <sys/stat.h>
index 0b13e7d4c128b019cab43df5fdd572b0e05178c5..ef66841fac082ba534870ed8541116cf7c5c5795 100644 (file)
@@ -23,7 +23,7 @@
  *         David Zeuthen <davidz@redhat.com>
  */
 
-#include <config.h>
+#include "config.h"
 
 #include <string.h>
 #include <sys/wait.h>
index f78f24448712795d2e1cd226a12d3c54e225de45..af453153a93a1ef7bf18dda856e0cc16730ec208 100644 (file)
@@ -22,7 +22,7 @@
  * Author: Alexander Larsson <alexl@redhat.com>
  */
 
-#include <config.h>
+#include "config.h"
 
 #include <sys/types.h>
 #include <sys/stat.h>
index 1bca1ed524bfe6d3da790b58794b28e9c073ef5f..8a26b0e1d69ccfa2b33bcf7375b0bd0914779e33 100644 (file)
@@ -20,7 +20,7 @@
  * Author: Alexander Larsson <alexl@redhat.com>
  */
 
-#include <config.h>
+#include "config.h"
 
 #include <sys/types.h>
 #include <sys/stat.h>
index 766e1b23e314c018af30a0a0e91e5c7e7b470afe..d02ca2f585ea599dacd19f8736b539fecd500e75 100644 (file)
@@ -23,7 +23,7 @@
  *         David Zeuthen <davidz@redhat.com>
  */
 
-#include <config.h>
+#include "config.h"
 
 #include <string.h>
 #include <sys/wait.h>
index a7c4460bdf6efc876ca53527400c0bbe4986fbf1..00dd79bc4e01f60d0a53fc9eb05dc0a3562471b5 100644 (file)
@@ -23,7 +23,7 @@
  *         David Zeuthen <davidz@redhat.com>
  */
 
-#include <config.h>
+#include "config.h"
 
 #include <string.h>
 
index 0dbd695dc0e4c9c0d43a66a31b58e8082469dfa9..3158d3dde7b0f82c5470829c7481334605d2b8bd 100644 (file)
@@ -20,7 +20,7 @@
  * Author: Alexander Larsson <alexl@redhat.com>
  */
 
-#include <config.h>
+#include "config.h"
 #include <string.h>
 #include "gvfs.h"
 #include "glocalvfs.h"
index 0788bf8feac1773faab1e14a03610946c176be12..d34bcfcac6aaab8c919285059cbc9f999422fb34 100644 (file)
@@ -21,7 +21,7 @@
  *         David Zeuthen <davidz@redhat.com>
  */
 
-#include <config.h>
+#include "config.h"
 #include "gmount.h"
 #include "gvolume.h"
 #include "gsimpleasyncresult.h"
index 8e0223a3fb8475cd18a08510ac05691b72ab86e8..3ee6f1f7ed3ac70958bd20ab0eb0297a66dfd2c4 100644 (file)
@@ -23,7 +23,7 @@
  *         David Zeuthen <davidz@redhat.com>
  */
 
-#include <config.h>
+#include "config.h"
 #include "gvolumemonitor.h"
 #include "glibintl.h"
 
index 0a244bf168499c6969706849a84bd7a5137a35bd..ab45cf1dae7f24c43a3674d85ccc63629a94646e 100644 (file)
@@ -20,7 +20,7 @@
  * Author: Alexander Larsson <alexl@redhat.com>
  */
 
-#include <config.h>
+#include "config.h"
 
 #include <string.h>
 
index 8bc0244a9ecd6508ad64ae66a00e818428337cc4..86ec45f56c18abfaec3f5f281eef3e6ccab158bd 100644 (file)
@@ -23,7 +23,7 @@
  *         Hans Breuer <hans@breuer.org>
  */
 
-#include <config.h>
+#include "config.h"
 
 #include <string.h>
 #define WIN32_MEAN_AND_LEAN
index 6b4844c4fe0c025d0c13c810cd225467f1349bef..2bd47c4e563d0d093f03a1c5b0518de3db1dbff2 100644 (file)
@@ -23,7 +23,7 @@
  *         Hans Breuer <hans@breuer.org>
  */
 
-#include <config.h>
+#include "config.h"
 
 #include <string.h>
 
index 945db291d757cb3377ca538789ac3548fb39ab76..dd6a28a31a885d79d144a8a2afb5af3e10ba3098 100644 (file)
@@ -23,7 +23,7 @@
  *          Sebastian Dröge <slomo@circular-chaos.org>
  */
 
-#include <config.h>
+#include "config.h"
 
 #include "ginotifydirectorymonitor.h"
 #include "giomodule.h"
index eee3eb3b3f5434b9d30c8c2c23e67044759d711f..0dff7f34b7cca9731809b722c2534a9d6b95eb94 100644 (file)
@@ -23,7 +23,7 @@
  *          Sebastian Dröge <slomo@circular-chaos.org>
  */
 
-#include <config.h>
+#include "config.h"
 
 #include "ginotifyfilemonitor.h"
 #include <gio/giomodule.h>
index e1c943f5824e0ef8c2f4a2731986cffe5f262335..0fe00a433971bab159bcb75c84bb1c9b4e5c5344 100644 (file)
@@ -26,7 +26,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-#include <config.h>
+#include "config.h"
 #endif
 
 #include "xdgmime.h"
index 07d89eb32e930bbed190dddedc42bbae5849ee9b..c33adfa6c0d786e7e0f6896975506470b2ac5930 100644 (file)
@@ -26,7 +26,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-#include <config.h>
+#include "config.h"
 #endif
 
 #include "xdgmimealias.h"
index 290bfe3afa43c77fa6891210a10f4761fcd704a9..dcc18343100f3c9962ba0c7d520fd676aff24502 100644 (file)
@@ -25,7 +25,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-#include <config.h>
+#include "config.h"
 #endif
 
 #include <stdio.h>
index 4d786d03208c5edb932f03f23a775960cf62841d..9aa9ad9f224275aeacfd65408705f68cbf182cde 100644 (file)
@@ -26,7 +26,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-#include <config.h>
+#include "config.h"
 #endif
 
 #include "xdgmimeglob.h"
index 05c9473a680eb43cfb6965273eb21906ff6230d2..16db843a09f797cee465c6e74473913182c488f5 100644 (file)
@@ -25,7 +25,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-#include <config.h>
+#include "config.h"
 #endif
 
 #include "xdgmimeicon.h"
index d372d2c6b7114f88a165ec58cbc380fd6e0f9c70..b2aa956948ce9810b919601e889f3206a6734ca3 100644 (file)
@@ -26,7 +26,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-#include <config.h>
+#include "config.h"
 #endif
 
 #include "xdgmimeint.h"
index a2320f584916c20b258565f3d5072da5f6553485..ae1093a0f0c2f50b63b2c58fc2e8d2bf87314084 100644 (file)
@@ -26,7 +26,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-#include <config.h>
+#include "config.h"
 #endif
 
 #include <assert.h>
index 511bbacbc19c19b59cbcf359499aa492e3bc6cca..52d3c0c2d1ba9e85f0435c2375c0233a7dc41148 100644 (file)
@@ -26,7 +26,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-#include <config.h>
+#include "config.h"
 #endif
 
 #include "xdgmimeparent.h"
index efd2624122f2b75e884e4f39059292a985ac9925..245ebc0908b0d2a4437d9612514605a6f9ec6f51 100644 (file)
@@ -18,7 +18,7 @@
  * Boston, MA 02111-1307, USA.
  */
 
-#include <config.h>
+#include "config.h"
 
 #include <string.h>
 
index bb3b0c0d6779ca8f89bb52df9205aec73af5ad66..6dbf2e91a971ea95e2cd233061f727a5f40b0d74 100644 (file)
@@ -18,7 +18,7 @@
  */
 #ifndef __G_GNULIB_H__
 
-#include <config.h>
+#include "config.h"
 #include <stdlib.h>
 #include "glib/glib.h"
 #include "glib/galias.h"
index 1a9303cd63c16f511138087205dce705cfba7eff..f0f0680ce7976e9f943980d3a82c948e4c806ccb 100644 (file)
@@ -20,7 +20,7 @@
  * Author: Alexander Larsson <alexl@redhat.com>
  */
 
-#include <config.h>
+#include "config.h"
 #include "gurifuncs.h"
 #include "string.h"
 
index f0e1bfaceb51fd4452013ce49db85ad70d435ffb..0d001f94c1642682661bf56e570a84ffe1f6ec9c 100644 (file)
@@ -19,7 +19,7 @@
 
 /* Written by Bruno Haible <bruno@clisp.org>.  */
 
-#include <config.h>
+#include "config.h"
 
 /* Specification.  */
 #include "localcharset.h"
index 8f5b54d81a14d17bf6d5282816d9f930b1479b84..a49eddf3cce4b6d77dfc27ab7d9cbdd3085507e2 100644 (file)
@@ -28,7 +28,7 @@
 #undef G_LOG_DOMAIN
 
 #ifdef HAVE_CONFIG_H
-#include <config.h>
+#include "config.h"
 #endif
 
 #include <stdio.h>
index 7466847afb4988f3d90d22df5dfbbdf0656cfb50..db15b368a791ebb1f752daa04cf8dbdd317f6d38 100644 (file)
@@ -1,7 +1,7 @@
 #undef G_DISABLE_ASSERT
 #undef G_LOG_DOMAIN
 
-#include <config.h>
+#include "config.h"
 
 #include <glib.h>
 
index 340d774a21a68b3e5fc6f0a1d695391e469ae20d..eb46676a29c6e588a4b947dae0abc8098d162fe2 100644 (file)
@@ -27,7 +27,7 @@
 #undef G_DISABLE_ASSERT
 #undef G_LOG_DOMAIN
 
-#include <config.h>
+#include "config.h"
 
 #include <glib.h>
 #include <stdio.h>