summaryrefslogtreecommitdiff
path: root/gio/gvolume.c
diff options
context:
space:
mode:
authorJohan Dahlin <jdahlin@async.com.br>2008-06-22 15:10:51 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-06-22 15:10:51 +0000
commit761424465aaad736916b029383483b6ac419d831 (patch)
tree6a9a2013c352a1f8d7199839aeff3d75c44cde55 /gio/gvolume.c
parent6347be5fb68fc3e5e9d5bfedc3cbd5349ef40074 (diff)
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 svn path=/trunk/; revision=7092
Diffstat (limited to 'gio/gvolume.c')
-rw-r--r--gio/gvolume.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/gvolume.c b/gio/gvolume.c
index 0788bf8fe..d34bcfcac 100644
--- a/gio/gvolume.c
+++ b/gio/gvolume.c
@@ -21,7 +21,7 @@
* David Zeuthen <davidz@redhat.com>
*/
-#include <config.h>
+#include "config.h"
#include "gmount.h"
#include "gvolume.h"
#include "gsimpleasyncresult.h"