summaryrefslogtreecommitdiff
path: root/atari/cookies.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/cookies.c
parentea08caccb9607b10e19f763076e0e9fd71f57bb4 (diff)
downloadnetsurf-917714326645b0e02fb9a9714ebd897e8f9398e9.tar.gz
netsurf-917714326645b0e02fb9a9714ebd897e8f9398e9.tar.bz2
more atari header cleanup
Diffstat (limited to 'atari/cookies.c')
-rw-r--r--atari/cookies.c18
1 files changed, 2 insertions, 16 deletions
diff --git a/atari/cookies.c b/atari/cookies.c
index edb1a1a8a..1f0aa441d 100644
--- a/atari/cookies.c
+++ b/atari/cookies.c
@@ -16,29 +16,15 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include <ctype.h>
-#include <string.h>
-#include <stdbool.h>
-#include <stdio.h>
-#include <stdlib.h>
-#include <time.h>
-
#include "utils/log.h"
#include "utils/messages.h"
-#include "utils/utils.h"
-#include "utils/nsoption.h"
-#include "content/content.h"
-#include "content/hlcache.h"
-#include "content/urldb.h"
+#include "desktop/mouse.h"
+#include "desktop/plotters.h"
#include "desktop/cookie_manager.h"
-#include "desktop/tree.h"
#include "desktop/core_window.h"
-#include "atari/gui.h"
-#include "atari/misc.h"
#include "atari/treeview.h"
#include "atari/cookies.h"
-#include "atari/findfile.h"
#include "atari/gemtk/gemtk.h"
#include "atari/res/netsurf.rsh"