[libdmapsharing] Update glib includes in dpap-share.c (thanks Adam Jackson)



commit 401b054f026f437d36fba06c25be9f49bee8ab00
Author: W. Michael Petullo <mike flyn org>
Date:   Mon Dec 5 11:14:42 2011 -0600

    Update glib includes in dpap-share.c (thanks Adam Jackson)
    
    Signed-off-by: W. Michael Petullo <mike flyn org>

 distro/libdmapsharing.spec  |    2 +-
 libdmapsharing/dpap-share.c |    3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/distro/libdmapsharing.spec b/distro/libdmapsharing.spec
index f36bb91..18e9c5e 100644
--- a/distro/libdmapsharing.spec
+++ b/distro/libdmapsharing.spec
@@ -1,5 +1,5 @@
 Name: libdmapsharing
-Version: 2.9.11
+Version: 2.9.13
 Release: 1%{?dist}
 License: LGPLv2+
 Source: http://www.flyn.org/projects/libdmapsharing/libdmapsharing-%{version}.tar.gz
diff --git a/libdmapsharing/dpap-share.c b/libdmapsharing/dpap-share.c
index 5b5628d..6c21d68 100644
--- a/libdmapsharing/dpap-share.c
+++ b/libdmapsharing/dpap-share.c
@@ -27,8 +27,7 @@
 #include <stdlib.h>
 
 #include <glib/gi18n.h>
-#include <glib/gslist.h>
-#include <glib/gmappedfile.h>
+#include <glib.h>
 
 #include <unistd.h>
 #include <sys/types.h>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]