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. --- atari/settings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'atari') diff --git a/atari/settings.c b/atari/settings.c index e921da247..0b4c5f747 100644 --- a/atari/settings.c +++ b/atari/settings.c @@ -19,7 +19,6 @@ #include #include -#include #include #include #include @@ -29,6 +28,7 @@ #include #include +#include "utils/dirent.h" #include "utils/nsoption.h" #include "utils/log.h" #include "desktop/plot_style.h" -- cgit v1.2.3