diff options
author | Stefan Hajnoczi <stefanha@redhat.com> | 2017-12-05 13:39:54 +0000 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2017-12-19 10:25:08 +0000 |
commit | a12aef24fa3e3312fac024ac22809ee9deb4d98a (patch) | |
tree | be10400c0b1ac944c3d0627b149706a51e8b4b72 /hw/core | |
parent | 6db3ea39e2650dc4fbcd18e075510f162265512f (diff) |
qdev: drop unused #include "sysemu/iothread.h"
Commit 1351d1ec89eabebc9fdff20451a62c413d7accc1 ("qdev: drop iothread
property type") forgot to remove this include.
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-id: 20171205133954.31006-1-stefanha@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'hw/core')
-rw-r--r-- | hw/core/qdev-properties-system.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/core/qdev-properties-system.c b/hw/core/qdev-properties-system.c index c17364655c..46b3843cf8 100644 --- a/hw/core/qdev-properties-system.c +++ b/hw/core/qdev-properties-system.c @@ -22,7 +22,6 @@ #include "qapi/visitor.h" #include "chardev/char-fe.h" #include "sysemu/tpm_backend.h" -#include "sysemu/iothread.h" static void get_pointer(Object *obj, Visitor *v, Property *prop, char *(*print)(void *ptr), |