summaryrefslogtreecommitdiff
path: root/utils
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 /utils
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 'utils')
-rw-r--r--utils/useragent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/useragent.c b/utils/useragent.c
index 91f43636c..16ed67a75 100644
--- a/utils/useragent.c
+++ b/utils/useragent.c
@@ -22,7 +22,7 @@
#include "utils/config.h"
#include "utils/utsname.h"
-#include "desktop/netsurf.h"
+#include "desktop/version.h"
#include "utils/log.h"
#include "utils/useragent.h"