[Qemu-devel] [PATCH v3 11/42] block: remove "qemu/osdep.h" from header file

Philippe Mathieu-Daudé posted 42 patches 8 years, 3 months ago
There is a newer version of this series
[Qemu-devel] [PATCH v3 11/42] block: remove "qemu/osdep.h" from header file
Posted by Philippe Mathieu-Daudé 8 years, 3 months ago
applied using ./scripts/clean-includes

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
---
 block/dmg.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/block/dmg.h b/block/dmg.h
index b592d6fa8b..2ecf239ba5 100644
--- a/block/dmg.h
+++ b/block/dmg.h
@@ -26,7 +26,6 @@
 #ifndef BLOCK_DMG_H
 #define BLOCK_DMG_H
 
-#include "qemu/osdep.h"
 #include "qemu-common.h"
 #include "block/block_int.h"
 #include <zlib.h>
-- 
2.15.0.rc0