summaryrefslogtreecommitdiff
path: root/log.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-05-25 14:45:02 +1000
committerDamien Miller <djm@mindrot.org>2003-05-25 14:45:02 +1000
commit0652348e925c1408f3fcdf8c0b6a8c326a27fd98 (patch)
tree7477f720a714cd4123a4df532573fe547fb67dc0 /log.c
parent04bd8b0bcc92eca7304898ce35705e0f403514c1 (diff)
downloadopenssh-git-0652348e925c1408f3fcdf8c0b6a8c326a27fd98.tar.gz
remove #include we don't need
Diffstat (limited to 'log.c')
-rw-r--r--log.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/log.c b/log.c
index fb89a965..58ce8e5d 100644
--- a/log.c
+++ b/log.c
@@ -40,7 +40,6 @@ RCSID("$OpenBSD: log.c,v 1.28 2003/05/24 09:02:22 djm Exp $");
#include "xmalloc.h"
#include <syslog.h>
-#include <vis.h>
static LogLevel log_level = SYSLOG_LEVEL_INFO;
static int log_on_stderr = 1;