remove #include we don't need

This commit is contained in:
Damien Miller 2003-05-25 14:45:02 +10:00
parent 04bd8b0bcc
commit 0652348e92
1 changed files with 0 additions and 1 deletions

1
log.c
View File

@ -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;