From 1bc010665e53bdf226370ab12a7ae3f87250df4d Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Tue, 19 Apr 2016 11:21:06 +0100 Subject: Reduce unecessary use of directory entry headers The config header was causing many source files to unecessarily include the dirent headers causing extra dependancies. This has been fixed by providing a utility dirent header that provides a common API across all platforms while removing the unecessary dirent header usage. --- javascript/fetcher.c | 1 - 1 file changed, 1 deletion(-) (limited to 'javascript/fetcher.c') diff --git a/javascript/fetcher.c b/javascript/fetcher.c index de1ce66db..5bbe3dd9f 100644 --- a/javascript/fetcher.c +++ b/javascript/fetcher.c @@ -34,7 +34,6 @@ #include #include #include -#include #include #include -- cgit v1.2.3