summaryrefslogtreecommitdiff
path: root/riscos/dialog.h
diff options
context:
space:
mode:
authorJohn Tytgat <joty@netsurf-browser.org>2008-07-26 22:29:15 +0000
committerJohn Tytgat <joty@netsurf-browser.org>2008-07-26 22:29:15 +0000
commit5f6c2cbff7cd778b6487943d62e71ff9e7b04893 (patch)
tree2755ac7fd68397c47142e4ba030b8212e16862b2 /riscos/dialog.h
parentaae686d90a3741293c6b3f2d15c7e2976b72adb9 (diff)
downloadnetsurf-5f6c2cbff7cd778b6487943d62e71ff9e7b04893.tar.gz
netsurf-5f6c2cbff7cd778b6487943d62e71ff9e7b04893.tar.bz2
- Compiler warning squash
- Changed a lineending \n\r -> \n for a couple of files. - More code style conformance. svn path=/trunk/netsurf/; revision=4762
Diffstat (limited to 'riscos/dialog.h')
-rw-r--r--riscos/dialog.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/riscos/dialog.h b/riscos/dialog.h
index 9b4eb9945..63a53d68c 100644
--- a/riscos/dialog.h
+++ b/riscos/dialog.h
@@ -21,14 +21,10 @@
#include <stdbool.h>
#include <stdlib.h>
-#include <oslib/wimp.h>
+#include "oslib/wimp.h"
#include "riscos/theme.h"
-
-
#include "riscos/gui.h"
-
-
void ro_gui_dialog_init(void);
wimp_w ro_gui_dialog_create(const char *template_name);
wimp_window * ro_gui_dialog_load_template(const char *template_name);