From 28e395856c897b6f2dea441dbe5eb4a151d75b85 Mon Sep 17 00:00:00 2001 From: Antonio Quartulli Date: Wed, 10 Jun 2020 11:01:00 +0200 Subject: [PATCH] pool: remove useless 'options.h' include Commit 6a8cd033 ("pool: add support for ifconfig-pool-persist with IPv6 only") has accidentally introduced an include for 'options.h', which revealed to not be useful at all. Remove it. Reported-by: Gert Doering Signed-off-by: Antonio Quartulli Acked-by: Gert Doering Message-Id: <20200610090100.29738-1-a@unstable.cc> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg20011.html Signed-off-by: Gert Doering --- src/openvpn/pool.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/openvpn/pool.c b/src/openvpn/pool.c index 68fa4782f..370f6af75 100644 --- a/src/openvpn/pool.c +++ b/src/openvpn/pool.c @@ -34,7 +34,6 @@ #include "error.h" #include "socket.h" #include "otime.h" -#include "options.h" #include "memdbg.h" -- 2.47.2