summaryrefslogtreecommitdiff
path: root/amiga
diff options
context:
space:
mode:
Diffstat (limited to 'amiga')
-rw-r--r--amiga/sslcert.c2
-rw-r--r--amiga/sslcert.h1
-rwxr-xr-xamiga/tree.h1
3 files changed, 1 insertions, 3 deletions
diff --git a/amiga/sslcert.c b/amiga/sslcert.c
index c07ed0b7d..3c83df138 100644
--- a/amiga/sslcert.c
+++ b/amiga/sslcert.c
@@ -32,7 +32,7 @@ void gui_cert_verify(nsurl *url,
certs, &data);
ssl_current_session = data;
- ssl_window = ami_tree_create(sslcert_get_tree_flags(), data);
+ ssl_window = ami_tree_create(TREE_SSLCERT, data);
if(!ssl_window) return;
ami_tree_open(ssl_window, AMI_TREE_SSLCERT);
diff --git a/amiga/sslcert.h b/amiga/sslcert.h
index 10078d9bb..e308f6231 100644
--- a/amiga/sslcert.h
+++ b/amiga/sslcert.h
@@ -18,7 +18,6 @@
#ifndef AMIGA_SSLCERT_H
#define AMIGA_SSLCERT_H
-#include "desktop/sslcert.h"
void ami_ssl_free(struct treeview_window *twin);
#endif
diff --git a/amiga/tree.h b/amiga/tree.h
index 07fa6e305..5371b201f 100755
--- a/amiga/tree.h
+++ b/amiga/tree.h
@@ -24,7 +24,6 @@
#include "amiga/os3support.h"
#include "amiga/gui.h"
#include "desktop/tree.h"
-#include "desktop/sslcert.h"
/* defined in front end code */
extern const char tree_directory_icon_name[];