Remove the now redundant 'using GLib' from all sources.
authorZeeshan Ali (Khattak) <zeeshanak@src.gnome.org>
Mon, 23 Jun 2008 21:08:05 +0000 (21:08 +0000)
committerZeeshan Ali (Khattak) <zeeshanak@src.gnome.org>
Mon, 23 Jun 2008 21:08:05 +0000 (21:08 +0000)
svn path=/trunk/; revision=179

ChangeLog
src/gupnp-content-directory.vala
src/gupnp-media-receiver-registrar.vala
src/gupnp-media-server.vala
src/gupnp-media-tracker.vala

index 160ff49..6a19664 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,15 @@
 
        * src/gupnp-content-directory.vala:
        * src/gupnp-media-receiver-registrar.vala:
+       * src/gupnp-media-server.vala:
+       * src/gupnp-media-tracker.vala:
+
+       Remove the now redundant 'using GLib' from all sources.
+
+2008-06-24  Zeeshan Ali Khattak  <zeenix@gmail.com>
+
+       * src/gupnp-content-directory.vala:
+       * src/gupnp-media-receiver-registrar.vala:
 
        Start using the new Vala syntax for connecting signals with details.
 
index 32d43ad..03c6099 100644 (file)
@@ -23,7 +23,7 @@
  * License as published by the Free Software Foundation; either
  * version 2 of the License, or (at your option) any later version.
  */
-using GLib;
+
 using GUPnP;
 
 public class GUPnP.ContentDirectory: Service {
index 2174769..c2f8d79 100644 (file)
@@ -22,7 +22,6 @@
  * version 2 of the License, or (at your option) any later version.
  */
 
-using GLib;
 using GUPnP;
 
 public class GUPnP.MediaReceiverRegistrar: Service {
index 094fa29..74de495 100644 (file)
@@ -23,7 +23,7 @@
  * License as published by the Free Software Foundation; either
  * version 2 of the License, or (at your option) any later version.
  */
-using GLib;
+
 using GUPnP;
 using GConf;
 using CStuff;
index a71af00..f486637 100644 (file)
@@ -22,7 +22,6 @@
  * version 2 of the License, or (at your option) any later version.
  */
 
-using GLib;
 using GUPnP;
 using DBus;