Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/920c8b390e2c7473bf9dd1adb4daa6fce77fcd3c
...commit
http://git.netsurf-browser.org/netsurf.git/commit/920c8b390e2c7473bf9dd1adb4daa6fce77fcd3c
...tree
http://git.netsurf-browser.org/netsurf.git/tree/920c8b390e2c7473bf9dd1adb4daa6fce77fcd3c
The branch, master has been updated
via 920c8b390e2c7473bf9dd1adb4daa6fce77fcd3c (commit)
from 5787323b2c37615a5d2805d6ee0b5aebf40a77bc (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/920c8b390e2c7473bf9dd1adb4daa6fce77fcd3c
commit 920c8b390e2c7473bf9dd1adb4daa6fce77fcd3c
Author: Michael Drake <[email protected]>
Commit: Michael Drake <[email protected]>
Include browser_private.h
diff --git a/windows/drawable.c b/windows/drawable.c
index 1688fc8..8e35d30 100644
--- a/windows/drawable.c
+++ b/windows/drawable.c
@@ -23,7 +23,7 @@
#include <windows.h>
#include <windowsx.h>
-#include "desktop/browser.h"
+#include "desktop/browser_private.h"
#include "desktop/textinput.h"
#include "utils/errors.h"
#include "utils/log.h"
diff --git a/windows/gui.c b/windows/gui.c
index 4018cc8..f7d8c4c 100644
--- a/windows/gui.c
+++ b/windows/gui.c
@@ -32,6 +32,7 @@
#include "content/urldb.h"
#include "content/fetch.h"
#include "css/utils.h"
+#include "desktop/browser_private.h"
#include "desktop/history_core.h"
#include "desktop/mouse.h"
#include "desktop/netsurf.h"
diff --git a/windows/localhistory.c b/windows/localhistory.c
index aad1aa4..f58ab81 100644
--- a/windows/localhistory.c
+++ b/windows/localhistory.c
@@ -22,7 +22,7 @@
#include <windowsx.h>
#include <commctrl.h>
-#include "desktop/browser.h"
+#include "desktop/browser_private.h"
#include "desktop/history_core.h"
#include "desktop/plotters.h"
#include "utils/utils.h"
-----------------------------------------------------------------------
Summary of changes:
windows/drawable.c | 2 +-
windows/gui.c | 1 +
windows/localhistory.c | 2 +-
3 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/windows/drawable.c b/windows/drawable.c
index 1688fc8..8e35d30 100644
--- a/windows/drawable.c
+++ b/windows/drawable.c
@@ -23,7 +23,7 @@
#include <windows.h>
#include <windowsx.h>
-#include "desktop/browser.h"
+#include "desktop/browser_private.h"
#include "desktop/textinput.h"
#include "utils/errors.h"
#include "utils/log.h"
diff --git a/windows/gui.c b/windows/gui.c
index 4018cc8..f7d8c4c 100644
--- a/windows/gui.c
+++ b/windows/gui.c
@@ -32,6 +32,7 @@
#include "content/urldb.h"
#include "content/fetch.h"
#include "css/utils.h"
+#include "desktop/browser_private.h"
#include "desktop/history_core.h"
#include "desktop/mouse.h"
#include "desktop/netsurf.h"
diff --git a/windows/localhistory.c b/windows/localhistory.c
index aad1aa4..f58ab81 100644
--- a/windows/localhistory.c
+++ b/windows/localhistory.c
@@ -22,7 +22,7 @@
#include <windowsx.h>
#include <commctrl.h>
-#include "desktop/browser.h"
+#include "desktop/browser_private.h"
#include "desktop/history_core.h"
#include "desktop/plotters.h"
#include "utils/utils.h"
--
NetSurf Browser
_______________________________________________
netsurf-commits mailing list
[email protected]
http://vlists.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org