From f5550422e202041a70cce8776785e3e651a01d8d Mon Sep 17 00:00:00 2001 From: Philipp Kaluza Date: Thu, 3 Jan 2013 11:51:19 +0100 Subject: [PATCH] fix build error due to missing gweather-xml.h GWeather doesn't export the deprecated GWeatherXML anymore since commit 354f1aa9003ee08c6e63ecbaaa6b9179b9178184 . Luckily, our last usage of it is long gone. Remove leftover include. See https://bugzilla.redhat.com/show_bug.cgi?id=890219 --- applets/clock/clock.c | 1 - 1 file changed, 1 deletion(-) diff --git a/applets/clock/clock.c b/applets/clock/clock.c index 90ee62b..6b62daa 100644 --- a/applets/clock/clock.c +++ b/applets/clock/clock.c @@ -54,7 +54,6 @@ #define GNOME_DESKTOP_USE_UNSTABLE_API #include -#include #include #include #include -- 1.8.2 .