aboutsummaryrefslogtreecommitdiff
path: root/src/tapctl/main.c
diff options
context:
space:
mode:
authorFrank Lichtenheld2022-08-08 10:54:11 +0200
committerGert Doering2022-08-08 17:55:46 +0200
commitd92075e0ae6dba84a2e30e4ec12ca29250945371 (patch)
tree108042dc29c5507ea6a4e8ef185a8c95082ec479 /src/tapctl/main.c
parent4c31a3ca0660e2693e18430d836957edf6e128ea (diff)
downloadopenvpn-d92075e0ae6dba84a2e30e4ec12ca29250945371.zip
openvpn-d92075e0ae6dba84a2e30e4ec12ca29250945371.tar.gz
config-version.h: remove unused includes
We only need to include this when we want the git version. Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com> Acked-by: Gert Doering <gert@greenie.muc.de> 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 <gert@greenie.muc.de>
Diffstat (limited to 'src/tapctl/main.c')
-rw-r--r--src/tapctl/main.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/tapctl/main.c b/src/tapctl/main.c
index a98cc6a..0724cc4 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"