From e502182daef0c78af39d1599b5e5eae4813b825d Mon Sep 17 00:00:00 2001 From: Michael Tokarev Date: Tue, 14 May 2013 14:55:17 +0400 Subject: remove some double-includes Some source files #include the same header more than once for no good reason. Remove second #includes in such cases. Signed-off-by: Michael Tokarev --- misc.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'misc.c') diff --git a/misc.c b/misc.c index a8d184d..f95cca5 100644 --- a/misc.c +++ b/misc.c @@ -235,8 +235,6 @@ char *strdup(str) const char *str; } #endif -#include "monitor/monitor.h" - void lprint(const char *format, ...) { va_list args; -- cgit v1.1