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 94d3d5b99eaf7f64c66cfd8a6073579fd662a971..9a6f817710f045b55e916c4291f29b735340704f 100644 (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>
 
        * gnativevolumemonitor.h (struct _GNativeVolumeMonitorClass):
index b21341d4dfaebf17599393fb4c0f8708d04ca2e2..18dce344dca64edee31592e6819d71e12293ddbe 100644 (file)
@@ -39,6 +39,7 @@
 #include "gfileicon.h"
 #include <glib/gstdio.h>
 #include "glibintl.h"
+#include "giomodule-priv.h"
 
 #include "gioalias.h"
 
index d7a38e00c88f146f6ef835132b827d3d18786e51..85307d06651adb1f0c98bf70df76aedfbd6ad069 100644 (file)
@@ -24,7 +24,6 @@
 #define __G_DESKTOP_APP_INFO_H__
 
 #include <gio/gio.h>
-#include "giomodule-priv.h"
 
 G_BEGIN_DECLS