Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf.git/shortlog/61a00c3832332bc27b991d3e20702a7f900e5098
...commit 
http://git.netsurf-browser.org/netsurf.git/commit/61a00c3832332bc27b991d3e20702a7f900e5098
...tree 
http://git.netsurf-browser.org/netsurf.git/tree/61a00c3832332bc27b991d3e20702a7f900e5098

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

    fix unecessary base64 header include

diff --git a/content/fetchers/data.c b/content/fetchers/data.c
index d82832a..139d09a 100644
--- a/content/fetchers/data.c
+++ b/content/fetchers/data.c
@@ -25,6 +25,7 @@
 #include <string.h>
 #include <stdlib.h>
 #include <libwapcaplet/libwapcaplet.h>
+#include <nsutils/base64.h>
 
 #include "utils/url.h"
 #include "utils/nsurl.h"
@@ -32,7 +33,6 @@
 #include "utils/log.h"
 #include "utils/utils.h"
 #include "utils/ring.h"
-#include "nsutils/base64.h"
 
 #include "content/fetch.h"
 #include "content/fetchers.h"
diff --git a/frontends/beos/fetch_rsrc.cpp b/frontends/beos/fetch_rsrc.cpp
index 4df246f..e77f4c9 100644
--- a/frontends/beos/fetch_rsrc.cpp
+++ b/frontends/beos/fetch_rsrc.cpp
@@ -42,7 +42,6 @@ extern "C" {
 #include "utils/messages.h"
 #include "utils/utils.h"
 #include "utils/ring.h"
-#include "utils/base64.h"
 #include "content/fetch.h"
 #include "content/fetchers.h"
 }


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

Summary of changes:
 content/fetchers/data.c       |    2 +-
 frontends/beos/fetch_rsrc.cpp |    1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/content/fetchers/data.c b/content/fetchers/data.c
index d82832a..139d09a 100644
--- a/content/fetchers/data.c
+++ b/content/fetchers/data.c
@@ -25,6 +25,7 @@
 #include <string.h>
 #include <stdlib.h>
 #include <libwapcaplet/libwapcaplet.h>
+#include <nsutils/base64.h>
 
 #include "utils/url.h"
 #include "utils/nsurl.h"
@@ -32,7 +33,6 @@
 #include "utils/log.h"
 #include "utils/utils.h"
 #include "utils/ring.h"
-#include "nsutils/base64.h"
 
 #include "content/fetch.h"
 #include "content/fetchers.h"
diff --git a/frontends/beos/fetch_rsrc.cpp b/frontends/beos/fetch_rsrc.cpp
index 4df246f..e77f4c9 100644
--- a/frontends/beos/fetch_rsrc.cpp
+++ b/frontends/beos/fetch_rsrc.cpp
@@ -42,7 +42,6 @@ extern "C" {
 #include "utils/messages.h"
 #include "utils/utils.h"
 #include "utils/ring.h"
-#include "utils/base64.h"
 #include "content/fetch.h"
 #include "content/fetchers.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