From 2744d9207f397a3cb8d31654cac63e0ca0299d68 Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Fri, 29 Jan 2016 17:50:00 +0000 Subject: net: Clean up includes Clean up includes so that osdep.h is included first and headers which it implies are not included manually. This commit was created with scripts/clean-includes. Signed-off-by: Peter Maydell Message-id: 1454089805-5470-11-git-send-email-peter.maydell@linaro.org --- net/util.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'net/util.c') diff --git a/net/util.c b/net/util.c index 7e9507679d..0b3dbfe5d3 100644 --- a/net/util.c +++ b/net/util.c @@ -22,9 +22,8 @@ * THE SOFTWARE. */ +#include "qemu/osdep.h" #include "util.h" -#include -#include int net_parse_macaddr(uint8_t *macaddr, const char *p) { -- cgit v1.2.3