Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/8dd5b560a5fb9ab59062b9f6c629df036f007c64
...commit
http://git.netsurf-browser.org/netsurf.git/commit/8dd5b560a5fb9ab59062b9f6c629df036f007c64
...tree
http://git.netsurf-browser.org/netsurf.git/tree/8dd5b560a5fb9ab59062b9f6c629df036f007c64
The branch, master has been updated
via 8dd5b560a5fb9ab59062b9f6c629df036f007c64 (commit)
from c313524998377db92e5387d209e1ea79fbc30ba6 (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=8dd5b560a5fb9ab59062b9f6c629df036f007c64
commit 8dd5b560a5fb9ab59062b9f6c629df036f007c64
Author: Vincent Sanders <[email protected]>
Commit: Vincent Sanders <[email protected]>
remove unecessary textinput header use
diff --git a/desktop/cookie_manager.h b/desktop/cookie_manager.h
index b7acfe9..65690d6 100644
--- a/desktop/cookie_manager.h
+++ b/desktop/cookie_manager.h
@@ -26,14 +26,13 @@
#include <stdbool.h>
#include <stdint.h>
-#include "desktop/core_window.h"
-#include "desktop/textinput.h"
#include "utils/errors.h"
+#include "netsurf/mouse.h"
struct redraw_context;
struct cookie_data;
-
-enum browser_mouse_state;
+struct core_window_callback_table;
+struct rect;
/**
* Initialise the cookie manager.
-----------------------------------------------------------------------
Summary of changes:
desktop/cookie_manager.h | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/desktop/cookie_manager.h b/desktop/cookie_manager.h
index b7acfe9..65690d6 100644
--- a/desktop/cookie_manager.h
+++ b/desktop/cookie_manager.h
@@ -26,14 +26,13 @@
#include <stdbool.h>
#include <stdint.h>
-#include "desktop/core_window.h"
-#include "desktop/textinput.h"
#include "utils/errors.h"
+#include "netsurf/mouse.h"
struct redraw_context;
struct cookie_data;
-
-enum browser_mouse_state;
+struct core_window_callback_table;
+struct rect;
/**
* Initialise the cookie manager.
--
NetSurf Browser
_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org