summaryrefslogtreecommitdiffstats
path: root/net/util.h
diff options
context:
space:
mode:
authorPeter Maydell2016-02-23 12:58:03 +0100
committerPeter Maydell2016-02-23 13:43:05 +0100
commit30456d5ba3736b8f0c73560e559cdd2f76a4885e (patch)
treeb3d8dafbbbf8abb373dfaafcdd9926eb0365d58d /net/util.h
parentosdep.h: Include config-target.h if NEED_CPU_H is defined (diff)
downloadqemu-30456d5ba3736b8f0c73560e559cdd2f76a4885e.tar.gz
qemu-30456d5ba3736b8f0c73560e559cdd2f76a4885e.tar.xz
qemu-30456d5ba3736b8f0c73560e559cdd2f76a4885e.zip
all: 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 <peter.maydell@linaro.org> Reviewed-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'net/util.h')
-rw-r--r--net/util.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/util.h b/net/util.h
index 10c7da95f0..60b73d372d 100644
--- a/net/util.h
+++ b/net/util.h
@@ -25,7 +25,6 @@
#ifndef QEMU_NET_UTIL_H
#define QEMU_NET_UTIL_H
-#include <stdint.h>
int net_parse_macaddr(uint8_t *macaddr, const char *p);