From: Frank Lichtenheld Date: Mon, 8 Aug 2022 08:54:11 +0000 (+0200) Subject: config-version.h: remove unused includes X-Git-Tag: v2.6_beta1~128 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d92075e0ae6dba84a2e30e4ec12ca29250945371;p=thirdparty%2Fopenvpn.git config-version.h: remove unused includes We only need to include this when we want the git version. Signed-off-by: Frank Lichtenheld Acked-by: Gert Doering Message-Id: <20220808085411.9159-1-frank@lichtenheld.com> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg24839.html Signed-off-by: Gert Doering --- diff --git a/src/openvpn/block_dns.c b/src/openvpn/block_dns.c index 88e933fbf..7849ec537 100644 --- a/src/openvpn/block_dns.c +++ b/src/openvpn/block_dns.c @@ -28,9 +28,6 @@ #elif defined(_MSC_VER) #include "config-msvc.h" #endif -#ifdef HAVE_CONFIG_VERSION_H -#include "config-version.h" -#endif #include "syshead.h" diff --git a/src/tapctl/main.c b/src/tapctl/main.c index a98cc6a82..0724cc4de 100644 --- a/src/tapctl/main.c +++ b/src/tapctl/main.c @@ -24,9 +24,6 @@ #elif defined(_MSC_VER) #include #endif -#ifdef HAVE_CONFIG_VERSION_H -#include -#endif #include "tap.h" #include "error.h"