From: Gert Doering Date: Thu, 14 Jun 2012 14:41:37 +0000 (+0200) Subject: Remove #include "config.h" from ssl_polarssl.h X-Git-Tag: v2.3_alpha2~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc4abbb3a8a184d9c696dbba90cdb98b7da70e77;p=thirdparty%2Fopenvpn.git Remove #include "config.h" from ssl_polarssl.h This include is superfluous, as all callers already include config.h - and under certain combinations of configure options and syshead.h Signed-off-by: Gert Doering Acked-by: Alon Bar-Lev Message-Id: 20120614144454.GX1059@greenie.muc.de URL: http://article.gmane.org/gmane.network.openvpn.devel/6723 Signed-off-by: David Sommerseth --- diff --git a/src/openvpn/ssl_polarssl.h b/src/openvpn/ssl_polarssl.h index 2b02a6fdd..456573f59 100644 --- a/src/openvpn/ssl_polarssl.h +++ b/src/openvpn/ssl_polarssl.h @@ -31,7 +31,6 @@ #define SSL_POLARSSL_H_ #include -#include "config.h" #if defined(ENABLE_PKCS11) #include