[gnome-panel] clock: include only libgweather/gweather.h



commit c1e72a2bb0df65c9682fd2478705845f864059ca
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Tue Apr 21 00:30:56 2015 +0300

    clock: include only libgweather/gweather.h

 applets/clock/clock-location.h |    2 +-
 applets/clock/clock.c          |    4 +---
 2 files changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/applets/clock/clock-location.h b/applets/clock/clock-location.h
index c14ebb4..ecd90d2 100644
--- a/applets/clock/clock-location.h
+++ b/applets/clock/clock-location.h
@@ -4,7 +4,7 @@
 #include <time.h>
 #include <glib.h>
 #include <glib-object.h>
-#include <libgweather/gweather-weather.h>
+#include <libgweather/gweather.h>
 
 G_BEGIN_DECLS
 
diff --git a/applets/clock/clock.c b/applets/clock/clock.c
index 93cc0e9..ff0c5dd 100644
--- a/applets/clock/clock.c
+++ b/applets/clock/clock.c
@@ -52,9 +52,7 @@
 #define GNOME_DESKTOP_USE_UNSTABLE_API
 #include <libgnome-desktop/gnome-wall-clock.h>
 
-#include <libgweather/location-entry.h>
-#include <libgweather/timezone-menu.h>
-#include <libgweather/gweather-enum-types.h>
+#include <libgweather/gweather.h>
 
 #include "clock.h"
 


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