giomodule-priv.h include moved to .c file.

2008-01-29  Alexander Larsson  <alexl@redhat.com>

        * gdesktopappinfo.c:
        * gdesktopappinfo.h:
	giomodule-priv.h include moved to .c file.



svn path=/trunk/; revision=6416
This commit is contained in:
Alexander Larsson 2008-01-29 15:11:54 +00:00 committed by Alexander Larsson
parent a0283fa682
commit e61e022333
3 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2008-01-29 Alexander Larsson <alexl@redhat.com>
* gdesktopappinfo.c:
* gdesktopappinfo.h:
giomodule-priv.h include moved to .c file.
2008-01-29 Alexander Larsson <alexl@redhat.com> 2008-01-29 Alexander Larsson <alexl@redhat.com>
* gnativevolumemonitor.h (struct _GNativeVolumeMonitorClass): * gnativevolumemonitor.h (struct _GNativeVolumeMonitorClass):

View File

@ -39,6 +39,7 @@
#include "gfileicon.h" #include "gfileicon.h"
#include <glib/gstdio.h> #include <glib/gstdio.h>
#include "glibintl.h" #include "glibintl.h"
#include "giomodule-priv.h"
#include "gioalias.h" #include "gioalias.h"

View File

@ -24,7 +24,6 @@
#define __G_DESKTOP_APP_INFO_H__ #define __G_DESKTOP_APP_INFO_H__
#include <gio/gio.h> #include <gio/gio.h>
#include "giomodule-priv.h"
G_BEGIN_DECLS G_BEGIN_DECLS