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. --- windows/main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'windows') diff --git a/windows/main.c b/windows/main.c index 736199cd9..dfb3ad107 100644 --- a/windows/main.c +++ b/windows/main.c @@ -21,6 +21,7 @@ #include #include #include +#include #include "utils/utils.h" #include "utils/log.h" -- cgit v1.2.3