summaryrefslogtreecommitdiff
path: root/content/urldb.c
diff options
context:
space:
mode:
authorJohn-Mark Bell <jmb@netsurf-browser.org>2024-03-13 23:22:31 +0000
committerJohn-Mark Bell <jmb@netsurf-browser.org>2024-03-13 23:22:31 +0000
commitbda0a97fea93993eaf3632103d01315fc3b8017d (patch)
tree6c33377fb7983ecbce51bbe0a2524e03a2a86800 /content/urldb.c
parente3a6ad7173d8746af0fde87a1ead69c1c7d61bfa (diff)
downloadnetsurf-bda0a97fea93993eaf3632103d01315fc3b8017d.tar.gz
netsurf-bda0a97fea93993eaf3632103d01315fc3b8017d.tar.bz2
Socket: fix win32/aos3 build
Diffstat (limited to 'content/urldb.c')
-rw-r--r--content/urldb.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/content/urldb.c b/content/urldb.c
index 7352d67c3..881f76f6d 100644
--- a/content/urldb.c
+++ b/content/urldb.c
@@ -115,11 +115,6 @@
#include "content/content.h"
#include "content/urldb.h"
-#ifdef WITH_AMISSL
-/* AmiSSL needs everything to be using bsdsocket directly to avoid conflicts */
-#include <proto/bsdsocket.h>
-#endif
-
/**
* cookie entry.
*