Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf.git/shortlog/3743c78d5629ff5b1400e4a52a6325004de340fd
...commit 
http://git.netsurf-browser.org/netsurf.git/commit/3743c78d5629ff5b1400e4a52a6325004de340fd
...tree 
http://git.netsurf-browser.org/netsurf.git/tree/3743c78d5629ff5b1400e4a52a6325004de340fd

The branch, master has been updated
       via  3743c78d5629ff5b1400e4a52a6325004de340fd (commit)
      from  7f8e453a18a75f3a4f129d4e743c5b861fbe77c5 (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=3743c78d5629ff5b1400e4a52a6325004de340fd
commit 3743c78d5629ff5b1400e4a52a6325004de340fd
Author: Vincent Sanders <[email protected]>
Commit: Vincent Sanders <[email protected]>

    fixup beos build after content header changes

diff --git a/frontends/beos/gui.cpp b/frontends/beos/gui.cpp
index c52fa81..68ae68b 100644
--- a/frontends/beos/gui.cpp
+++ b/frontends/beos/gui.cpp
@@ -54,7 +54,13 @@ extern "C" {
 #include "utils/corestrings.h"
 #include "utils/utf8.h"
 #include "utils/utils.h"
-
+#include "netsurf/browser_window.h"
+#include "netsurf/misc.h"
+#include "netsurf/clipboard.h"
+#include "netsurf/search.h"
+#include "netsurf/fetch.h"
+#include "netsurf/netsurf.h"
+#include "netsurf/content.h"
 #include "content/content.h"
 #include "content/content_protected.h"
 #include "content/fetch.h"
@@ -62,12 +68,6 @@ extern "C" {
 #include "content/fetchers/resource.h"
 #include "content/hlcache.h"
 #include "content/urldb.h"
-#include "netsurf/browser_window.h"
-#include "netsurf/misc.h"
-#include "netsurf/clipboard.h"
-#include "netsurf/search.h"
-#include "netsurf/fetch.h"
-#include "netsurf/netsurf.h"
 
 }
 
diff --git a/frontends/beos/scaffolding.cpp b/frontends/beos/scaffolding.cpp
index 6cb9a77..0ea022a 100644
--- a/frontends/beos/scaffolding.cpp
+++ b/frontends/beos/scaffolding.cpp
@@ -68,6 +68,7 @@ extern "C" {
 #include "utils/log.h"
 #include "utils/nsurl.h"
 #include "netsurf/clipboard.h"
+#include "netsurf/content.h"
 }
 #include "beos/about.h"
 #include "beos/bitmap.h"


-----------------------------------------------------------------------

Summary of changes:
 frontends/beos/gui.cpp         |   14 +++++++-------
 frontends/beos/scaffolding.cpp |    1 +
 2 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/frontends/beos/gui.cpp b/frontends/beos/gui.cpp
index c52fa81..68ae68b 100644
--- a/frontends/beos/gui.cpp
+++ b/frontends/beos/gui.cpp
@@ -54,7 +54,13 @@ extern "C" {
 #include "utils/corestrings.h"
 #include "utils/utf8.h"
 #include "utils/utils.h"
-
+#include "netsurf/browser_window.h"
+#include "netsurf/misc.h"
+#include "netsurf/clipboard.h"
+#include "netsurf/search.h"
+#include "netsurf/fetch.h"
+#include "netsurf/netsurf.h"
+#include "netsurf/content.h"
 #include "content/content.h"
 #include "content/content_protected.h"
 #include "content/fetch.h"
@@ -62,12 +68,6 @@ extern "C" {
 #include "content/fetchers/resource.h"
 #include "content/hlcache.h"
 #include "content/urldb.h"
-#include "netsurf/browser_window.h"
-#include "netsurf/misc.h"
-#include "netsurf/clipboard.h"
-#include "netsurf/search.h"
-#include "netsurf/fetch.h"
-#include "netsurf/netsurf.h"
 
 }
 
diff --git a/frontends/beos/scaffolding.cpp b/frontends/beos/scaffolding.cpp
index 6cb9a77..0ea022a 100644
--- a/frontends/beos/scaffolding.cpp
+++ b/frontends/beos/scaffolding.cpp
@@ -68,6 +68,7 @@ extern "C" {
 #include "utils/log.h"
 #include "utils/nsurl.h"
 #include "netsurf/clipboard.h"
+#include "netsurf/content.h"
 }
 #include "beos/about.h"
 #include "beos/bitmap.h"


-- 
NetSurf Browser

_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org

Reply via email to