Gitweb links:

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

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

    Clean up includes.

diff --git a/desktop/browser.h b/desktop/browser.h
index cdf8395..dda2d3e 100644
--- a/desktop/browser.h
+++ b/desktop/browser.h
@@ -24,16 +24,14 @@
 #ifndef _NETSURF_DESKTOP_BROWSER_H_
 #define _NETSURF_DESKTOP_BROWSER_H_
 
-#include <inttypes.h>
 #include <stdbool.h>
-#include <time.h>
 
 #include "content/content.h"
+#include "desktop/frame_types.h"
 #include "desktop/gui.h"
 #include "desktop/mouse.h"
 #include "utils/types.h"
 
-#include "frame_types.h"
 
 struct box;
 struct hlcache_handle;


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

Summary of changes:
 desktop/browser.h |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/desktop/browser.h b/desktop/browser.h
index cdf8395..dda2d3e 100644
--- a/desktop/browser.h
+++ b/desktop/browser.h
@@ -24,16 +24,14 @@
 #ifndef _NETSURF_DESKTOP_BROWSER_H_
 #define _NETSURF_DESKTOP_BROWSER_H_
 
-#include <inttypes.h>
 #include <stdbool.h>
-#include <time.h>
 
 #include "content/content.h"
+#include "desktop/frame_types.h"
 #include "desktop/gui.h"
 #include "desktop/mouse.h"
 #include "utils/types.h"
 
-#include "frame_types.h"
 
 struct box;
 struct hlcache_handle;


-- 
NetSurf Browser

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

Reply via email to