Fixed some more includes

svn path=/trunk/; revision=7131
This commit is contained in:
Cody Russell 2008-07-02 01:54:16 +00:00
parent 43d6efbb46
commit a6a4779108
3 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,8 @@
2008-07-01 Cody Russell <bratsche@gnome.org>
* gio/gcontenttype.c:
* gio/gwin32appinfo.c:
* gio/gwin32volumemonitor.c:
* gio/gwin32mount.c: Fixed some include problems.
2008-07-01 Cody Russell <bratsche@gnome.org>

View File

@ -28,6 +28,7 @@
#include <stdio.h>
#include "gcontenttypeprivate.h"
#include "gthemedicon.h"
#include "gicon.h"
#include "glibintl.h"
#include "gioalias.h"

View File

@ -32,6 +32,7 @@
#include "gwin32volumemonitor.h"
#include "gwin32mount.h"
#include "gmount.h"
#include "giomodule.h"
#include "gioalias.h"