From d92075e0ae6dba84a2e30e4ec12ca29250945371 Mon Sep 17 00:00:00 2001 From: Frank Lichtenheld Date: Mon, 8 Aug 2022 10:54:11 +0200 Subject: [PATCH] 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 --- src/openvpn/block_dns.c | 3 --- src/tapctl/main.c | 3 --- 2 files changed, 6 deletions(-) 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" -- 2.47.2