Make includes more uniform

svn path=/trunk/; revision=7043
This commit is contained in:
Matthias Clasen 2008-06-16 04:36:03 +00:00
parent 666185a4fd
commit dd24f9957c
2 changed files with 5 additions and 1 deletions

View 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):

View 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"