Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/c3f9e3d3cea7bddb708fb0c75d9b4ed31e6341d7
...commit
http://git.netsurf-browser.org/netsurf.git/commit/c3f9e3d3cea7bddb708fb0c75d9b4ed31e6341d7
...tree
http://git.netsurf-browser.org/netsurf.git/tree/c3f9e3d3cea7bddb708fb0c75d9b4ed31e6341d7
The branch, master has been updated
via c3f9e3d3cea7bddb708fb0c75d9b4ed31e6341d7 (commit)
from 5526d7e6f2e071a115359f6b9c0dca7b2c4c4efe (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/commitdiff/c3f9e3d3cea7bddb708fb0c75d9b4ed31e6341d7
commit c3f9e3d3cea7bddb708fb0c75d9b4ed31e6341d7
Author: Michael Drake <[email protected]>
Commit: Michael Drake <[email protected]>
Don't need to include browser.h.
diff --git a/render/box.h b/render/box.h
index 492cd83..30feacf 100644
--- a/render/box.h
+++ b/render/box.h
@@ -90,11 +90,12 @@
#include <stdbool.h>
#include <stdio.h>
-#include "desktop/browser.h"
#include "css/css.h"
+#include "utils/nsurl.h"
#include "utils/types.h"
struct box;
+struct browser_window;
struct column;
struct object_params;
struct object_param;
-----------------------------------------------------------------------
Summary of changes:
render/box.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/render/box.h b/render/box.h
index 492cd83..30feacf 100644
--- a/render/box.h
+++ b/render/box.h
@@ -90,11 +90,12 @@
#include <stdbool.h>
#include <stdio.h>
-#include "desktop/browser.h"
#include "css/css.h"
+#include "utils/nsurl.h"
#include "utils/types.h"
struct box;
+struct browser_window;
struct column;
struct object_params;
struct object_param;
--
NetSurf Browser
_______________________________________________
netsurf-commits mailing list
[email protected]
http://vlists.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org