summaryrefslogtreecommitdiff
path: root/atari/file.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-10-16 21:23:51 +0100
committerVincent Sanders <vince@kyllikki.org>2014-10-16 22:33:44 +0100
commit19c26ca1829e94ea7abbadea50707a4ee5441d10 (patch)
treef162fef274bf00fab5e6028b5e5c2970a37c40a0 /atari/file.c
parent0b64df140c87c81d5046c0a97b5a655ca7af170b (diff)
downloadnetsurf-19c26ca1829e94ea7abbadea50707a4ee5441d10.tar.gz
netsurf-19c26ca1829e94ea7abbadea50707a4ee5441d10.tar.bz2
update atari includes to accomodate gui operation table refactor
Diffstat (limited to 'atari/file.c')
-rw-r--r--atari/file.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/atari/file.c b/atari/file.c
index 907fc0645..53c9c8a79 100644
--- a/atari/file.c
+++ b/atari/file.c
@@ -24,8 +24,6 @@
#include <sys/stat.h>
#include <unistd.h>
-#include "desktop/gui_factory.h"
-
#include "utils/utils.h"
#include "utils/corestrings.h"
#include "utils/url.h"
@@ -33,9 +31,11 @@
#include "utils/file.h"
/**
+ * \file
* Atari file handling callbacks.
+ *
* Most of this code was taken from windows/gui.c
-*/
+ */
/**
* Generate a GEMDOS path from one or more component elemnts.