diff options
author | monsta <[email protected]> | 2016-11-08 12:13:47 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-11-08 12:13:47 +0300 |
commit | aa5cbe39c5ee4d71ec2459bb24ad42ecdbaaebb6 (patch) | |
tree | 61980ff79a0af0f4b9d8b806df2dfcdb4f8ebbb0 | |
parent | 299fd12061be8eec8cdb97b7b0afb0307ef86944 (diff) | |
download | mate-panel-aa5cbe39c5ee4d71ec2459bb24ad42ecdbaaebb6.tar.bz2 mate-panel-aa5cbe39c5ee4d71ec2459bb24ad42ecdbaaebb6.tar.xz |
clock: remove unused #include
-rw-r--r-- | applets/clock/clock.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/applets/clock/clock.c b/applets/clock/clock.c index 17aeb172..135d98a4 100644 --- a/applets/clock/clock.c +++ b/applets/clock/clock.c @@ -53,7 +53,6 @@ #include <gio/gio.h> #include <libmateweather/mateweather-prefs.h> -#include <libmateweather/mateweather-xml.h> #include <libmateweather/location-entry.h> #include <libmateweather/timezone-menu.h> |