From 997aba8e257d183e978e9b08a26aceb4e905378d 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 --- slirp/misc.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'slirp') diff --git a/slirp/misc.c b/slirp/misc.c index 8ecced547f..0bcc481939 100644 --- a/slirp/misc.c +++ b/slirp/misc.c @@ -242,8 +242,6 @@ strdup(str) } #endif -#include "monitor/monitor.h" - void lprint(const char *format, ...) { va_list args; -- cgit v1.2.1