[Qemu-devel] [PATCH 03/34] block: remove "qemu/osdep.h" from header file

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

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.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.14.1


Re: [Qemu-devel] [PATCH 03/34] block: remove "qemu/osdep.h" from header file
Posted by Peter Maydell 8 years, 4 months ago
On 22 September 2017 at 16:39, Philippe Mathieu-Daudé <f4bug@amsat.org> wrote:
> applied using ./scripts/clean-includes
>
> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.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>
> --

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>

thanks
-- PMM