diff options
author | Philippe Mathieu-Daudé | 2020-05-04 13:56:55 +0200 |
---|---|---|
committer | Paolo Bonzini | 2020-06-10 18:09:37 +0200 |
commit | 78f8d4975c5d035e2e2447e6e499629b96142db0 (patch) | |
tree | 64ccc52a46856977f5d5bf0ec20cc3aabda6c713 /include/io | |
parent | qom/object: Move Object typedef to 'qemu/typedefs.h' (diff) | |
download | qemu-78f8d4975c5d035e2e2447e6e499629b96142db0.tar.gz qemu-78f8d4975c5d035e2e2447e6e499629b96142db0.tar.xz qemu-78f8d4975c5d035e2e2447e6e499629b96142db0.zip |
io/task: Move 'qom/object.h' header to source
We need "qom/object.h" to call object_ref()/object_unref(),
and to test the TYPE_DUMMY.
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20200504115656.6045-3-f4bug@amsat.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'include/io')
-rw-r--r-- | include/io/task.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/io/task.h b/include/io/task.h index 1abbfb8b65..6818dfedd0 100644 --- a/include/io/task.h +++ b/include/io/task.h @@ -21,8 +21,6 @@ #ifndef QIO_TASK_H #define QIO_TASK_H -#include "qom/object.h" - typedef struct QIOTask QIOTask; typedef void (*QIOTaskFunc)(QIOTask *task, |