# HG changeset patch # User Elliott Sales de Andrade # Date 1325644522 0 # Node ID 8436fb68930e1f73e73a573a415e9b5668fa8d7c # Parent 16925948a003a3add78717a74370e5089a338308 This #include doesn't seem necessary. diff -r 16925948a003 -r 8436fb68930e pidgin/gtkwebview.h --- a/pidgin/gtkwebview.h Wed Jan 04 02:34:24 2012 +0000 +++ b/pidgin/gtkwebview.h Wed Jan 04 02:35:22 2012 +0000 @@ -32,8 +32,6 @@ #include #include -#include "notify.h" - #define GTK_TYPE_WEBVIEW (gtk_webview_get_type()) #define GTK_WEBVIEW(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), GTK_TYPE_WEBVIEW, GtkWebView)) #define GTK_WEBVIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass), GTK_TYPE_WEBVIEW, GtkWebViewClass))