summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonsta <[email protected]>2016-12-13 11:54:30 +0300
committermonsta <[email protected]>2016-12-13 11:54:30 +0300
commit9bf94b53cdf5670d90f308118ffe9ec3f3b670b5 (patch)
tree48e3b75644c2428863591425df7529c350f66b42
parentf2aa4cd5009a2766674ae02d2cc4f5e4fddb4079 (diff)
downloadlibmateweather-9bf94b53cdf5670d90f308118ffe9ec3f3b670b5.tar.bz2
libmateweather-9bf94b53cdf5670d90f308118ffe9ec3f3b670b5.tar.xz
remove a couple of unneeded includes
-rw-r--r--libmateweather/mateweather-location.c1
-rw-r--r--libmateweather/weather.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/libmateweather/mateweather-location.c b/libmateweather/mateweather-location.c
index 88aa647..306d979 100644
--- a/libmateweather/mateweather-location.c
+++ b/libmateweather/mateweather-location.c
@@ -25,7 +25,6 @@
#include <string.h>
#include <math.h>
#include <locale.h>
-#include <gtk/gtk.h>
#include <libxml/xmlreader.h>
#define MATEWEATHER_I_KNOW_THIS_IS_UNSTABLE
diff --git a/libmateweather/weather.c b/libmateweather/weather.c
index 38e650b..04ebf5b 100644
--- a/libmateweather/weather.c
+++ b/libmateweather/weather.c
@@ -34,7 +34,6 @@
#include <time.h>
#include <unistd.h>
-#include <gtk/gtk.h>
#include <gdk-pixbuf/gdk-pixbuf.h>
#define MATEWEATHER_I_KNOW_THIS_IS_UNSTABLE