summaryrefslogtreecommitdiff
path: root/riscos
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-06-05 23:24:28 +0100
committerVincent Sanders <vince@kyllikki.org>2014-06-05 23:24:28 +0100
commite687a359c702e13a7f3e7bb5ba8e7b76d32283b1 (patch)
treeb67dfebe98bb5c8127274c502b24b54dc7168566 /riscos
parent72f8e711d730fbcbbd4142bcc598bd16005df843 (diff)
downloadnetsurf-e687a359c702e13a7f3e7bb5ba8e7b76d32283b1.tar.gz
netsurf-e687a359c702e13a7f3e7bb5ba8e7b76d32283b1.tar.bz2
remove unnecessary risc os header includes
Diffstat (limited to 'riscos')
-rw-r--r--riscos/print.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/riscos/print.h b/riscos/print.h
index 446ad2449..d997dce99 100644
--- a/riscos/print.h
+++ b/riscos/print.h
@@ -19,11 +19,6 @@
#ifndef _NETSURF_RISCOS_PRINT_H_
#define _NETSURF_RISCOS_PRINT_H_
-#include "utils/config.h"
-
-#include <stdbool.h>
-#include "oslib/wimp.h"
-
struct gui_window;
extern struct gui_window *ro_print_current_window;