From 02bbaa3e8855cc632dfca42a8bf06a59a3cecf2a Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 13 Oct 2014 15:08:16 +0100 Subject: split version info into its own header and remove unnecessary nesurf.h includes The netsurf.h header should *only* contain the registration, core initialisation and finalisation methods. Version information is best placed in its own header. Also remove any unneeded inclusion of this header limiting it to solely the places the relevant API is required. --- javascript/jsapi/navigator.bnd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'javascript/jsapi') diff --git a/javascript/jsapi/navigator.bnd b/javascript/jsapi/navigator.bnd index 94be63687..dee2cc23f 100644 --- a/javascript/jsapi/navigator.bnd +++ b/javascript/jsapi/navigator.bnd @@ -21,7 +21,7 @@ preamble %{ #include #include -#include "desktop/netsurf.h" +#include "desktop/version.h" #include "utils/config.h" #include "utils/nsoption.h" #include "utils/useragent.h" -- cgit v1.2.3