From: Antonio Quartulli Date: Wed, 10 Jun 2020 09:01:00 +0000 (+0200) Subject: pool: remove useless 'options.h' include X-Git-Tag: v2.5_beta1~123 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28e395856c897b6f2dea441dbe5eb4a151d75b85;p=thirdparty%2Fopenvpn.git 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 --- 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"