Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/82bb483964df8f7d04d21...
...commit
http://git.netsurf-browser.org/netsurf.git/commit/82bb483964df8f7d04d2131...
...tree
http://git.netsurf-browser.org/netsurf.git/tree/82bb483964df8f7d04d2131ba...
The branch, master has been updated
via 82bb483964df8f7d04d2131ba3304dc23bb45b5a (commit)
from 1acf3abb399d8092aece07acf2151d70bef7774f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commitdiff
http://git.netsurf-browser.org/netsurf.git/commit/?id=82bb483964df8f7d04d...
commit 82bb483964df8f7d04d2131ba3304dc23bb45b5a
Author: Vincent Sanders <vince(a)kyllikki.org>
Commit: Vincent Sanders <vince(a)kyllikki.org>
remove unesessary header use in protected content
diff --git a/content/content_protected.h b/content/content_protected.h
index dbea229..fd0924d 100644
--- a/content/content_protected.h
+++ b/content/content_protected.h
@@ -31,7 +31,6 @@
#include <libwapcaplet/libwapcaplet.h>
#include "netsurf/content_type.h"
-#include "desktop/search.h" /* search flags enum */
#include "netsurf/mouse.h" /* mouse state enums */
struct nsurl;
@@ -43,6 +42,7 @@ struct object_params;
struct content;
struct redraw_context;
struct rect;
+struct browser_window;
struct browser_window_features;
struct textsearch_context;
struct box;
diff --git a/content/handlers/html/interaction.h b/content/handlers/html/interaction.h
index fe8bead..f92e3ad 100644
--- a/content/handlers/html/interaction.h
+++ b/content/handlers/html/interaction.h
@@ -24,6 +24,8 @@
#ifndef NETSURF_HTML_INTERACTION_H
#define NETSURF_HTML_INTERACTION_H
+#include "desktop/search.h" /* search flags enum */
+
/**
* Context for scrollbar
*/
-----------------------------------------------------------------------
Summary of changes:
content/content_protected.h | 2 +-
content/handlers/html/interaction.h | 2 ++
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/content/content_protected.h b/content/content_protected.h
index dbea229..fd0924d 100644
--- a/content/content_protected.h
+++ b/content/content_protected.h
@@ -31,7 +31,6 @@
#include <libwapcaplet/libwapcaplet.h>
#include "netsurf/content_type.h"
-#include "desktop/search.h" /* search flags enum */
#include "netsurf/mouse.h" /* mouse state enums */
struct nsurl;
@@ -43,6 +42,7 @@ struct object_params;
struct content;
struct redraw_context;
struct rect;
+struct browser_window;
struct browser_window_features;
struct textsearch_context;
struct box;
diff --git a/content/handlers/html/interaction.h b/content/handlers/html/interaction.h
index fe8bead..f92e3ad 100644
--- a/content/handlers/html/interaction.h
+++ b/content/handlers/html/interaction.h
@@ -24,6 +24,8 @@
#ifndef NETSURF_HTML_INTERACTION_H
#define NETSURF_HTML_INTERACTION_H
+#include "desktop/search.h" /* search flags enum */
+
/**
* Context for scrollbar
*/
--
NetSurf Browser