diff options
author | markus@openbsd.org <markus@openbsd.org> | 2015-07-08 19:04:21 +0000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2015-07-15 15:36:54 +1000 |
commit | a635bd06b5c427a57c3ae760d3a2730bb2c863c0 (patch) | |
tree | 73c96e7a73bf6b19d03bcbf755cd9a61837474f7 /log.c | |
parent | 2521cf0e36c7f3f6b19f206da0af134f535e4a31 (diff) |
upstream commit
xmalloc.h is unused
Upstream-ID: afb532355b7fa7135a60d944ca1e644d1d63cb58
Diffstat (limited to 'log.c')
-rw-r--r-- | log.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $OpenBSD: log.c,v 1.45 2013/05/16 09:08:41 dtucker Exp $ */ +/* $OpenBSD: log.c,v 1.46 2015/07/08 19:04:21 markus Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland @@ -50,7 +50,6 @@ # include <vis.h> #endif -#include "xmalloc.h" #include "log.h" static LogLevel log_level = SYSLOG_LEVEL_INFO; |