changeset 32444:8436fb68930e

This #include doesn't seem necessary.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Wed, 04 Jan 2012 02:35:22 +0000
parents 16925948a003
children 072e2329b659 dc44bb639e8e
files pidgin/gtkwebview.h
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 <gtk/gtk.h>
 #include <webkit/webkit.h>
 
-#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))