summaryrefslogtreecommitdiff
path: root/atari/findfile.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-04-20 10:43:58 +0100
committerVincent Sanders <vince@kyllikki.org>2016-04-20 10:43:58 +0100
commit3930d00519bbcee968a804b1f445c1638531cc15 (patch)
tree33ff87e76dd6f95d0e4eba80019149bbe59a6001 /atari/findfile.c
parent759c34b32447417faeec20513a0e586230f246cd (diff)
downloadnetsurf-3930d00519bbcee968a804b1f445c1638531cc15.tar.gz
netsurf-3930d00519bbcee968a804b1f445c1638531cc15.tar.bz2
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.
Diffstat (limited to 'atari/findfile.c')
-rw-r--r--atari/findfile.c10
1 files changed, 2 insertions, 8 deletions
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 <http://www.gnu.org/licenses/>.
*/
-#include <limits.h>
#include <unistd.h>
-#include <stdbool.h>
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-#include <assert.h>
-#include <curl/curl.h>
#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 )