From 40937ed56a2cb206489777004410712b98c4cf26 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Mon, 14 Mar 2016 10:00:42 +0100 Subject: Use scripts/clean-includes to drop redundant qemu/typedefs.h Re-run scripts/clean-includes to apply the previous commit's corrections and updates. Besides redundant qemu/typedefs.h, this only finds a redundant config-host.h include in ui/egl-helpers.c. No idea how that escaped the previous runs. Some manual whitespace trimming around dropped includes squashed in. Signed-off-by: Markus Armbruster Signed-off-by: Paolo Bonzini --- include/qom/cpu.h | 1 - include/qom/object.h | 1 - 2 files changed, 2 deletions(-) (limited to 'include/qom') diff --git a/include/qom/cpu.h b/include/qom/cpu.h index b4532ba..2e20c4a 100644 --- a/include/qom/cpu.h +++ b/include/qom/cpu.h @@ -26,7 +26,6 @@ #include "exec/memattrs.h" #include "qemu/queue.h" #include "qemu/thread.h" -#include "qemu/typedefs.h" #define typename QEMUtypename diff --git a/include/qom/object.h b/include/qom/object.h index 27eb068..b3b41aa 100644 --- a/include/qom/object.h +++ b/include/qom/object.h @@ -17,7 +17,6 @@ #include #include "qapi-types.h" #include "qemu/queue.h" -#include "qemu/typedefs.h" #define Type QEMUType #define class QEMUclass -- cgit v1.1