summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé2017-10-17 18:43:55 +0200
committerMichael Tokarev2017-12-18 15:07:02 +0100
commit7d98febd6759c0164a9f1fef94b9bf3ecbb51ab8 (patch)
treec6899bb085c72dcc5126253d707caeaff61b9d49
parenthw: remove "qemu/osdep.h" from header files (diff)
downloadqemu-7d98febd6759c0164a9f1fef94b9bf3ecbb51ab8.tar.gz
qemu-7d98febd6759c0164a9f1fef94b9bf3ecbb51ab8.tar.xz
qemu-7d98febd6759c0164a9f1fef94b9bf3ecbb51ab8.zip
block: remove "qemu/osdep.h" from header file
applied using ./scripts/clean-includes Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
-rw-r--r--block/dmg.h1
1 files changed, 0 insertions, 1 deletions
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>