From e0e7ddfa4aa271ac04f3cc68d15fa9075b118878 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Thu, 15 Mar 2012 14:32:27 +1100 Subject: [PATCH] xmalloc.h not needed here --- ssh/log.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ssh/log.c b/ssh/log.c index 82d2ca9..ca0f797 100644 --- a/ssh/log.c +++ b/ssh/log.c @@ -45,7 +45,6 @@ #include #include -#include "xmalloc.h" #include "log.h" static LogLevel log_level = SYSLOG_LEVEL_INFO;