summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-10-13 15:08:16 +0100
committerVincent Sanders <vince@kyllikki.org>2014-10-13 15:08:16 +0100
commit02bbaa3e8855cc632dfca42a8bf06a59a3cecf2a (patch)
tree2b6c8dbb2469cb590f1328769def03928eeea2ba /content
parentfa8d6900051cdbe4d2bc5e4b0b33d6fb2720f5aa (diff)
downloadnetsurf-02bbaa3e8855cc632dfca42a8bf06a59a3cecf2a.tar.gz
netsurf-02bbaa3e8855cc632dfca42a8bf06a59a3cecf2a.tar.bz2
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.
Diffstat (limited to 'content')
-rw-r--r--content/fetch.c1
-rw-r--r--content/fetchers/about.c1
-rw-r--r--content/fetchers/curl.c1
-rw-r--r--content/fetchers/data.c1
-rw-r--r--content/fetchers/file.c1
5 files changed, 0 insertions, 5 deletions
diff --git a/content/fetch.c b/content/fetch.c
index 9a0796294..195f61fb7 100644
--- a/content/fetch.c
+++ b/content/fetch.c
@@ -40,7 +40,6 @@
#include <curl/curl.h>
#include "utils/config.h"
-#include "desktop/netsurf.h"
#include "desktop/gui_factory.h"
#include "utils/corestrings.h"
#include "utils/nsoption.h"
diff --git a/content/fetchers/about.c b/content/fetchers/about.c
index d9c37127f..18528cda7 100644
--- a/content/fetchers/about.c
+++ b/content/fetchers/about.c
@@ -50,7 +50,6 @@
#include "content/fetchers.h"
#include "content/fetchers/about.h"
#include "content/urldb.h"
-#include "desktop/netsurf.h"
#include "utils/nsoption.h"
#include "utils/corestrings.h"
#include "utils/log.h"
diff --git a/content/fetchers/curl.c b/content/fetchers/curl.c
index 51b0f9974..4bd72a20e 100644
--- a/content/fetchers/curl.c
+++ b/content/fetchers/curl.c
@@ -41,7 +41,6 @@
#include <libwapcaplet/libwapcaplet.h>
#include "utils/config.h"
-#include "desktop/netsurf.h"
#include "desktop/gui_factory.h"
#include "utils/corestrings.h"
#include "utils/nsoption.h"
diff --git a/content/fetchers/data.c b/content/fetchers/data.c
index 94ba63827..52da9a416 100644
--- a/content/fetchers/data.c
+++ b/content/fetchers/data.c
@@ -34,7 +34,6 @@
#include "content/fetchers.h"
#include "content/fetchers/data.h"
#include "content/urldb.h"
-#include "desktop/netsurf.h"
#include "utils/corestrings.h"
#include "utils/nsoption.h"
#include "utils/log.h"
diff --git a/content/fetchers/file.c b/content/fetchers/file.c
index f08be6288..acb30c07a 100644
--- a/content/fetchers/file.c
+++ b/content/fetchers/file.c
@@ -42,7 +42,6 @@
#include <libwapcaplet/libwapcaplet.h>
-#include "desktop/netsurf.h"
#include "desktop/gui_factory.h"
#include "utils/corestrings.h"
#include "utils/nsoption.h"