From ade0cd8bb95ce20b520cb3b13600d04130f52976 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 17 Apr 2016 13:42:28 +0100 Subject: Reduce unecessary use of networking headers The utility configuration header dragged in a number of bsd sockets and related API as a side effect of setting up the configuration. By splitting the header and API setup into a separate header only the small number of places that need the functionality explitly include it. --- content/fetchers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/fetchers.h') diff --git a/content/fetchers.h b/content/fetchers.h index c8f8300b8..92b11dc69 100644 --- a/content/fetchers.h +++ b/content/fetchers.h @@ -25,7 +25,7 @@ #ifndef _NETSURF_DESKTOP_FETCHERS_H_ #define _NETSURF_DESKTOP_FETCHERS_H_ -#include "utils/config.h" +#include "utils/inet.h" /* this is necessary for the fd_set definition */ #include struct nsurl; -- cgit v1.2.3