aboutsummaryrefslogtreecommitdiff
path: root/block/dmg.h
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>2017-10-17 13:43:55 -0300
committerMichael Tokarev <mjt@tls.msk.ru>2017-12-18 17:07:02 +0300
commit7d98febd6759c0164a9f1fef94b9bf3ecbb51ab8 (patch)
treec6899bb085c72dcc5126253d707caeaff61b9d49 /block/dmg.h
parentb86caf7ad8ba779747975fe838b26aba366eb731 (diff)
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>
Diffstat (limited to 'block/dmg.h')
-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>