Gitweb links:

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

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

    add missing header includes from previous change

diff --git a/content/handlers/image/nssprite.c 
b/content/handlers/image/nssprite.c
index 5f55495..f0114ee 100644
--- a/content/handlers/image/nssprite.c
+++ b/content/handlers/image/nssprite.c
@@ -33,6 +33,7 @@
 #include "netsurf/content.h"
 #include "content/llcache.h"
 #include "content/content_protected.h"
+#include "content/content_factory.h"
 #include "desktop/gui_internal.h"
 
 #include "image/nssprite.h"
diff --git a/content/handlers/image/webp.c b/content/handlers/image/webp.c
index 1e20890..8450fb1 100644
--- a/content/handlers/image/webp.c
+++ b/content/handlers/image/webp.c
@@ -36,6 +36,7 @@
 #include "netsurf/bitmap.h"
 #include "content/llcache.h"
 #include "content/content_protected.h"
+#include "content/content_factory.h"
 #include "desktop/gui_internal.h"
 
 #include "image/image_cache.h"
diff --git a/content/handlers/javascript/none/none.c 
b/content/handlers/javascript/none/none.c
index ee01730..12dbc9a 100644
--- a/content/handlers/javascript/none/none.c
+++ b/content/handlers/javascript/none/none.c
@@ -20,6 +20,7 @@
  * Dummy implementation of javascript engine functions.
  */
 
+#include "utils/errors.h"
 #include "content/content.h"
 #include "utils/nsoption.h"
 


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

Summary of changes:
 content/handlers/image/nssprite.c       |    1 +
 content/handlers/image/webp.c           |    1 +
 content/handlers/javascript/none/none.c |    1 +
 3 files changed, 3 insertions(+)

diff --git a/content/handlers/image/nssprite.c 
b/content/handlers/image/nssprite.c
index 5f55495..f0114ee 100644
--- a/content/handlers/image/nssprite.c
+++ b/content/handlers/image/nssprite.c
@@ -33,6 +33,7 @@
 #include "netsurf/content.h"
 #include "content/llcache.h"
 #include "content/content_protected.h"
+#include "content/content_factory.h"
 #include "desktop/gui_internal.h"
 
 #include "image/nssprite.h"
diff --git a/content/handlers/image/webp.c b/content/handlers/image/webp.c
index 1e20890..8450fb1 100644
--- a/content/handlers/image/webp.c
+++ b/content/handlers/image/webp.c
@@ -36,6 +36,7 @@
 #include "netsurf/bitmap.h"
 #include "content/llcache.h"
 #include "content/content_protected.h"
+#include "content/content_factory.h"
 #include "desktop/gui_internal.h"
 
 #include "image/image_cache.h"
diff --git a/content/handlers/javascript/none/none.c 
b/content/handlers/javascript/none/none.c
index ee01730..12dbc9a 100644
--- a/content/handlers/javascript/none/none.c
+++ b/content/handlers/javascript/none/none.c
@@ -20,6 +20,7 @@
  * Dummy implementation of javascript engine functions.
  */
 
+#include "utils/errors.h"
 #include "content/content.h"
 #include "utils/nsoption.h"
 


-- 
NetSurf Browser
_______________________________________________
netsurf-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to