Make includes more uniform
authorMatthias Clasen <matthiasc@src.gnome.org>
Mon, 16 Jun 2008 04:36:03 +0000 (04:36 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 16 Jun 2008 04:36:03 +0000 (04:36 +0000)
svn path=/trunk/; revision=7043

gio/ChangeLog
gio/gfile.c

index 7c19d58..901a5f1 100644 (file)
@@ -1,3 +1,7 @@
+2008-06-16  Matthias Clasen  <mclasen@redhat.com>
+
+       * gfile.c: Make includes more uniform
+
 2008-06-12  Yevgen Muntyan  <muntyan@tamu.edu>
 
        * tests/live-g-file.c (sample_struct):
index 7cb6d77..21e672e 100644 (file)
@@ -31,7 +31,7 @@
 #include "gfile.h"
 #include "gvfs.h"
 #include "gioscheduler.h"
-#include <glocalfile.h>
+#include "glocalfile.h"
 #include "gsimpleasyncresult.h"
 #include "gfileattribute-priv.h"
 #include "gpollfilemonitor.h"