giomodule-priv.h include moved to .c file.
authorAlexander Larsson <alexl@redhat.com>
Tue, 29 Jan 2008 15:11:54 +0000 (15:11 +0000)
committerAlexander Larsson <alexl@src.gnome.org>
Tue, 29 Jan 2008 15:11:54 +0000 (15:11 +0000)
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

gio/ChangeLog
gio/gdesktopappinfo.c
gio/gdesktopappinfo.h

index 94d3d5b..9a6f817 100644 (file)
@@ -1,5 +1,11 @@
 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>
+
        * gnativevolumemonitor.h (struct _GNativeVolumeMonitorClass):
        Remove unused prio/name fields.
 
index b21341d..18dce34 100644 (file)
@@ -39,6 +39,7 @@
 #include "gfileicon.h"
 #include <glib/gstdio.h>
 #include "glibintl.h"
+#include "giomodule-priv.h"
 
 #include "gioalias.h"
 
index d7a38e0..85307d0 100644 (file)
@@ -24,7 +24,6 @@
 #define __G_DESKTOP_APP_INFO_H__
 
 #include <gio/gio.h>
-#include "giomodule-priv.h"
 
 G_BEGIN_DECLS