From 3930d00519bbcee968a804b1f445c1638531cc15 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 20 Apr 2016 10:43:58 +0100 Subject: atari header cleanup and warning squash This rationalises atari platform user of headers and squashes a lot of warnings. Should not be viewed as real maintenance, more that it was getting in the way of fixing real core header issues. --- atari/findfile.c | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'atari/findfile.c') diff --git a/atari/findfile.c b/atari/findfile.c index 89f858caf..45ca6d916 100644 --- a/atari/findfile.c +++ b/atari/findfile.c @@ -16,20 +16,14 @@ * along with this program. If not, see . */ -#include #include -#include -#include -#include -#include -#include -#include #include "utils/log.h" #include "utils/corestrings.h" + #include "atari/gemtk/gemtk.h" #include "atari/findfile.h" -#include "atari/misc.h" +#include "atari/gui.h" #include "atari/osspec.h" char * local_file_to_url( const char * filename ) -- cgit v1.2.3