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 7c19d58a3711e5b3ff36b702de549b39455d067d..901a5f161cd917eabc77eccdd0a1ae0249be7a32 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 7cb6d77492cf890665bb3d0a209e0fcbf39dec7e..21e672e3226a3bd18498286ad451aecd513ad176 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"