From e44203db9d076d5c8d92f2088d9b83ecf1858b55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Thu, 17 Jan 2019 15:43:49 +0400 Subject: slirp: remove now useless QEMU headers inclusions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Some of those could have been squashed earlier, but it is easier to do it all here. Signed-off-by: Marc-André Lureau Signed-off-by: samuel Thibault --- slirp/dhcpv6.c | 1 - 1 file changed, 1 deletion(-) (limited to 'slirp/dhcpv6.c') diff --git a/slirp/dhcpv6.c b/slirp/dhcpv6.c index 752df40..e27d9a4 100644 --- a/slirp/dhcpv6.c +++ b/slirp/dhcpv6.c @@ -21,7 +21,6 @@ */ #include "qemu/osdep.h" -#include "qemu/log.h" #include "slirp.h" #include "dhcpv6.h" -- cgit v1.1