summaryrefslogtreecommitdiff
path: root/atari/ctxmenu.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-04-20 21:07:47 +0100
committerVincent Sanders <vince@kyllikki.org>2016-04-20 21:07:47 +0100
commit917714326645b0e02fb9a9714ebd897e8f9398e9 (patch)
tree1d38223a1d3f316d5fa20108bdf756ebe69e952d /atari/ctxmenu.c
parentea08caccb9607b10e19f763076e0e9fd71f57bb4 (diff)
downloadnetsurf-917714326645b0e02fb9a9714ebd897e8f9398e9.tar.gz
netsurf-917714326645b0e02fb9a9714ebd897e8f9398e9.tar.bz2
more atari header cleanup
Diffstat (limited to 'atari/ctxmenu.c')
-rw-r--r--atari/ctxmenu.c20
1 files changed, 2 insertions, 18 deletions
diff --git a/atari/ctxmenu.c b/atari/ctxmenu.c
index 7106fabfe..aecf3d1dc 100644
--- a/atari/ctxmenu.c
+++ b/atari/ctxmenu.c
@@ -16,33 +16,17 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include <limits.h>
-#include <stdlib.h>
-#include <stdio.h>
-#include <unistd.h>
-#include <string.h>
-#include <stdbool.h>
-#include <assert.h>
-#include <sys/stat.h>
-#include <sys/types.h>
-#include <mint/osbind.h>
-#include <cflib.h>
-
#include "utils/log.h"
#include "utils/messages.h"
-#include "utils/utils.h"
+#include "utils/nsoption.h"
#include "desktop/browser.h"
-#include "desktop/mouse.h"
#include "desktop/textinput.h"
-#include "content/content.h"
#include "content/hlcache.h"
-#include "content/urldb.h"
#include "atari/gui.h"
#include "atari/rootwin.h"
-#include "atari/misc.h"
#include "atari/clipboard.h"
-#include "utils/nsoption.h"
+#include "atari/gemtk/gemtk.h"
#include "atari/res/netsurf.rsh"
#include "atari/ctxmenu.h"