From 94d77a95208e4472cb882cbbec72aad6707ad388 Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Fri, 21 Dec 2012 17:12:17 +0100 Subject: No need to include openssl headers. --- content/fetchers/about.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/content/fetchers/about.c b/content/fetchers/about.c index 4e67d388c..d57c67d70 100644 --- a/content/fetchers/about.c +++ b/content/fetchers/about.c @@ -58,10 +58,6 @@ #define NS_WITH_INTERACTIVE_ABOUT_CONFIG 1 -#ifdef NS_WITH_INTERACTIVE_ABOUT_CONFIG -# include -#endif - struct fetch_about_context; typedef bool (*fetch_about_handler)(struct fetch_about_context *); -- cgit v1.2.3