We only need to include this when we want the git version. Signed-off-by: Frank Lichtenheld <fr...@lichtenheld.com> --- src/openvpn/block_dns.c | 3 --- src/tapctl/main.c | 3 --- 2 files changed, 6 deletions(-)
v2: Do not remove include in plugin.c diff --git a/src/openvpn/block_dns.c b/src/openvpn/block_dns.c index 88e933fb..7849ec53 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 a98cc6a8..0724cc4d 100644 --- a/src/tapctl/main.c +++ b/src/tapctl/main.c @@ -24,9 +24,6 @@ #elif defined(_MSC_VER) #include <config-msvc.h> #endif -#ifdef HAVE_CONFIG_VERSION_H -#include <config-version.h> -#endif #include "tap.h" #include "error.h" -- 2.34.1 _______________________________________________ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-devel