From 80c71a241ae3cd3b89527865ba730b2fa1f9e46f Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Mon, 18 Jan 2016 18:01:42 +0000 Subject: block: 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 Reviewed-by: Eric Blake Signed-off-by: Kevin Wolf --- block/qed-l2-cache.c | 1 + 1 file changed, 1 insertion(+) (limited to 'block/qed-l2-cache.c') diff --git a/block/qed-l2-cache.c b/block/qed-l2-cache.c index e9b2aae44d..5cba794650 100644 --- a/block/qed-l2-cache.c +++ b/block/qed-l2-cache.c @@ -50,6 +50,7 @@ * table will be deleted in favor of the existing cache entry. */ +#include "qemu/osdep.h" #include "trace.h" #include "qed.h" -- cgit v1.2.1