Gitweb links:

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

The branch, master has been updated
       via  e88d82f87f8dda23fa87cf730abebff5078ee629 (commit)
      from  b4e21b76fd0b8b4a048f0d8125bc5a36c0ca8d42 (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=e88d82f87f8dda23fa87cf730abebff5078ee629
commit e88d82f87f8dda23fa87cf730abebff5078ee629
Author: Michael Drake <[email protected]>
Commit: Michael Drake <[email protected]>

    URL module: Remove unused curl #include.

diff --git a/utils/url.c b/utils/url.c
index 40f3708..50059a1 100644
--- a/utils/url.c
+++ b/utils/url.c
@@ -26,7 +26,6 @@
 #include <assert.h>
 #include <string.h>
 #include <stdlib.h>
-#include <curl/curl.h>
 
 #include "utils/config.h"
 #include "utils/log.h"


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

Summary of changes:
 utils/url.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/utils/url.c b/utils/url.c
index 40f3708..50059a1 100644
--- a/utils/url.c
+++ b/utils/url.c
@@ -26,7 +26,6 @@
 #include <assert.h>
 #include <string.h>
 #include <stdlib.h>
-#include <curl/curl.h>
 
 #include "utils/config.h"
 #include "utils/log.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