[Goodies-commits] r1444 - xfce4-weather-plugin/trunk/panel-plugin

Nick Schermer nick at xfce.org
Wed Jun 14 09:40:17 CEST 2006


Author: nick
Date: 2006-06-14 07:40:17 +0000 (Wed, 14 Jun 2006)
New Revision: 1444

Modified:
   xfce4-weather-plugin/trunk/panel-plugin/get_data.c
   xfce4-weather-plugin/trunk/panel-plugin/http_client.c
Log:
* Fix problem when compiling without debug


Modified: xfce4-weather-plugin/trunk/panel-plugin/get_data.c
===================================================================
--- xfce4-weather-plugin/trunk/panel-plugin/get_data.c	2006-06-14 07:37:14 UTC (rev 1443)
+++ xfce4-weather-plugin/trunk/panel-plugin/get_data.c	2006-06-14 07:40:17 UTC (rev 1444)
@@ -19,9 +19,7 @@
 #include <config.h>
 #endif
 
-#if DEBUG
 #include <libxfce4util/libxfce4util.h>
-#endif
 
 #include "parsers.h"
 #include "get_data.h"

Modified: xfce4-weather-plugin/trunk/panel-plugin/http_client.c
===================================================================
--- xfce4-weather-plugin/trunk/panel-plugin/http_client.c	2006-06-14 07:37:14 UTC (rev 1443)
+++ xfce4-weather-plugin/trunk/panel-plugin/http_client.c	2006-06-14 07:40:17 UTC (rev 1444)
@@ -30,9 +30,7 @@
 #include <unistd.h>
 #include <glib.h>
 
-#if DEBUG
 #include <libxfce4util/libxfce4util.h>
-#endif
 
 #include "http_client.h"
 




More information about the Goodies-commits mailing list