Gitweb links:

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

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

    remove unecessary core window header usage

diff --git a/frontends/atari/certview.c b/frontends/atari/certview.c
index 66122a6..6950d31 100644
--- a/frontends/atari/certview.c
+++ b/frontends/atari/certview.c
@@ -28,7 +28,6 @@
 #include "utils/messages.h"
 #include "utils/utils.h"
 #include "desktop/sslcert_viewer.h"
-#include "desktop/core_window.h"
 
 #include "atari/gui.h"
 #include "atari/misc.h"
diff --git a/frontends/atari/cookies.c b/frontends/atari/cookies.c
index 78b8d60..b7f7309 100644
--- a/frontends/atari/cookies.c
+++ b/frontends/atari/cookies.c
@@ -23,7 +23,6 @@
 #include "netsurf/mouse.h"
 #include "netsurf/plotters.h"
 #include "desktop/cookie_manager.h"
-#include "desktop/core_window.h"
 
 #include "atari/treeview.h"
 #include "atari/cookies.h"
diff --git a/frontends/atari/history.c b/frontends/atari/history.c
index d8b582e..56aafd0 100644
--- a/frontends/atari/history.c
+++ b/frontends/atari/history.c
@@ -23,7 +23,6 @@
 #include "utils/messages.h"
 #include "netsurf/mouse.h"
 #include "desktop/global_history.h"
-#include "desktop/core_window.h"
 
 #include "atari/treeview.h"
 #include "atari/history.h"
diff --git a/frontends/atari/hotlist.c b/frontends/atari/hotlist.c
index afe3d60..577344f 100644
--- a/frontends/atari/hotlist.c
+++ b/frontends/atari/hotlist.c
@@ -31,7 +31,6 @@
 #include "content/content.h"
 #include "desktop/hotlist.h"
 #include "desktop/tree.h"
-#include "desktop/core_window.h"
 #include "desktop/textinput.h"
 
 #include "atari/gui.h"
diff --git a/frontends/atari/treeview.c b/frontends/atari/treeview.c
index 231b893..4298fca 100644
--- a/frontends/atari/treeview.c
+++ b/frontends/atari/treeview.c
@@ -30,6 +30,7 @@
 #include "netsurf/plotters.h"
 #include "netsurf/mouse.h"
 #include "desktop/treeview.h"
+#include "desktop/core_window.h"
 
 #include "atari/gui.h"
 #include "atari/plot/plot.h"
diff --git a/frontends/atari/treeview.h b/frontends/atari/treeview.h
index a6b4a62..d10129e 100644
--- a/frontends/atari/treeview.h
+++ b/frontends/atari/treeview.h
@@ -19,10 +19,11 @@
 #ifndef NSATARI_TREEVIEW_H
 #define NSATARI_TREEVIEW_H
 
-#include "desktop/core_window.h"
 #include "atari/gui.h"
 #include "atari/gemtk/gemtk.h"
 
+struct core_window_callback_table;
+
 /**
  * Default AES Window widgets for a treeview window, can be passed to
  * atari_treeview_create as the flags parameter to have an standardized 
treeview


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

Summary of changes:
 frontends/atari/certview.c |    1 -
 frontends/atari/cookies.c  |    1 -
 frontends/atari/history.c  |    1 -
 frontends/atari/hotlist.c  |    1 -
 frontends/atari/treeview.c |    1 +
 frontends/atari/treeview.h |    3 ++-
 6 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/frontends/atari/certview.c b/frontends/atari/certview.c
index 66122a6..6950d31 100644
--- a/frontends/atari/certview.c
+++ b/frontends/atari/certview.c
@@ -28,7 +28,6 @@
 #include "utils/messages.h"
 #include "utils/utils.h"
 #include "desktop/sslcert_viewer.h"
-#include "desktop/core_window.h"
 
 #include "atari/gui.h"
 #include "atari/misc.h"
diff --git a/frontends/atari/cookies.c b/frontends/atari/cookies.c
index 78b8d60..b7f7309 100644
--- a/frontends/atari/cookies.c
+++ b/frontends/atari/cookies.c
@@ -23,7 +23,6 @@
 #include "netsurf/mouse.h"
 #include "netsurf/plotters.h"
 #include "desktop/cookie_manager.h"
-#include "desktop/core_window.h"
 
 #include "atari/treeview.h"
 #include "atari/cookies.h"
diff --git a/frontends/atari/history.c b/frontends/atari/history.c
index d8b582e..56aafd0 100644
--- a/frontends/atari/history.c
+++ b/frontends/atari/history.c
@@ -23,7 +23,6 @@
 #include "utils/messages.h"
 #include "netsurf/mouse.h"
 #include "desktop/global_history.h"
-#include "desktop/core_window.h"
 
 #include "atari/treeview.h"
 #include "atari/history.h"
diff --git a/frontends/atari/hotlist.c b/frontends/atari/hotlist.c
index afe3d60..577344f 100644
--- a/frontends/atari/hotlist.c
+++ b/frontends/atari/hotlist.c
@@ -31,7 +31,6 @@
 #include "content/content.h"
 #include "desktop/hotlist.h"
 #include "desktop/tree.h"
-#include "desktop/core_window.h"
 #include "desktop/textinput.h"
 
 #include "atari/gui.h"
diff --git a/frontends/atari/treeview.c b/frontends/atari/treeview.c
index 231b893..4298fca 100644
--- a/frontends/atari/treeview.c
+++ b/frontends/atari/treeview.c
@@ -30,6 +30,7 @@
 #include "netsurf/plotters.h"
 #include "netsurf/mouse.h"
 #include "desktop/treeview.h"
+#include "desktop/core_window.h"
 
 #include "atari/gui.h"
 #include "atari/plot/plot.h"
diff --git a/frontends/atari/treeview.h b/frontends/atari/treeview.h
index a6b4a62..d10129e 100644
--- a/frontends/atari/treeview.h
+++ b/frontends/atari/treeview.h
@@ -19,10 +19,11 @@
 #ifndef NSATARI_TREEVIEW_H
 #define NSATARI_TREEVIEW_H
 
-#include "desktop/core_window.h"
 #include "atari/gui.h"
 #include "atari/gemtk/gemtk.h"
 
+struct core_window_callback_table;
+
 /**
  * Default AES Window widgets for a treeview window, can be passed to
  * atari_treeview_create as the flags parameter to have an standardized 
treeview


-- 
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