diff options
author | Matt Johnston <matt@ucc.asn.au> | 2018-02-18 11:22:13 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2018-02-18 11:22:13 +0800 |
commit | 802dace05e8bce06bf4c7df9faadba779d60bb82 (patch) | |
tree | ff4a1b6dba7bb9232d44d1a143dbbe3b2949bdee /cli-tcpfwd.c | |
parent | c2f2f2b8170465103ed582cfe317ea91824c2107 (diff) |
include config.h for options.h. don't need to include options.h when
includes.h brings it in
Diffstat (limited to 'cli-tcpfwd.c')
-rw-r--r-- | cli-tcpfwd.c | 1 |
1 files changed, 0 insertions, 1 deletions
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" |