summaryrefslogtreecommitdiff
path: root/gtk/dialogs/about.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/dialogs/about.h')
-rw-r--r--gtk/dialogs/about.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/gtk/dialogs/about.h b/gtk/dialogs/about.h
index e34a7bff7..1ca0d86b3 100644
--- a/gtk/dialogs/about.h
+++ b/gtk/dialogs/about.h
@@ -19,8 +19,6 @@
#ifndef NETSURF_GTK_ABOUT_H
#define NETSURF_GTK_ABOUT_H
-#include "desktop/browser.h"
-
-void nsgtk_about_dialog_init(GtkWindow *parent, struct browser_window *bw, const char *version);
+void nsgtk_about_dialog_init(GtkWindow *parent, const char *version);
#endif