From e8dfcbaf99507fea5e4a34cb455d04876af718b4 Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Sun, 18 Feb 2018 11:22:13 +0800 Subject: include config.h for options.h. don't need to include options.h when includes.h brings it in --- cli-tcpfwd.c | 1 - 1 file changed, 1 deletion(-) (limited to 'cli-tcpfwd.c') diff --git a/cli-tcpfwd.c b/cli-tcpfwd.c index 1a1850d..662a407 100644 --- a/cli-tcpfwd.c +++ b/cli-tcpfwd.c @@ -23,7 +23,6 @@ * SOFTWARE. */ #include "includes.h" -#include "options.h" #include "dbutil.h" #include "tcpfwd.h" #include "channel.h" -- cgit v1.2.1