diff options
Diffstat (limited to 'my-evolution/weather.h')
-rw-r--r-- | my-evolution/weather.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/my-evolution/weather.h b/my-evolution/weather.h index cd04c9621f..196b9a8017 100644 --- a/my-evolution/weather.h +++ b/my-evolution/weather.h @@ -25,14 +25,13 @@ #include "e-summary-weather.h" -#include <libgnomevfs/gnome-vfs.h> +#include <libsoup/soup.h> typedef struct _Weather { char *location; char *html; - GnomeVFSAsyncHandle *handle; - GString *string; - char *buffer; + + SoupMessage *message; ESummary *summary; |