summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2012-12-17 18:19:50 +0100
committerPaolo Bonzini <pbonzini@redhat.com>2012-12-19 08:31:32 +0100
commit14cccb618508a0aa70eb9ccf366703a019a45ff0 (patch)
tree4ee8b44d930b712202ff302439e41a941aba91c5 /hw
parentcaf71f86a3de97394bcc5b06549012b7dc65fe60 (diff)
downloadqemu-14cccb618508a0aa70eb9ccf366703a019a45ff0.tar.gz
qom: move include files to include/qom/
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw')
-rw-r--r--hw/qdev-core.h2
-rw-r--r--hw/stream.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/hw/qdev-core.h b/hw/qdev-core.h
index 506977c109..93a3a2a7bc 100644
--- a/hw/qdev-core.h
+++ b/hw/qdev-core.h
@@ -4,7 +4,7 @@
#include "qemu-queue.h"
#include "qemu-option.h"
#include "qemu-types.h"
-#include "qemu/object.h"
+#include "qom/object.h"
#include "hw/irq.h"
#include "qapi/error.h"
diff --git a/hw/stream.h b/hw/stream.h
index 21123a9089..f6137d6e25 100644
--- a/hw/stream.h
+++ b/hw/stream.h
@@ -2,7 +2,7 @@
#define STREAM_H 1
#include "qemu-common.h"
-#include "qemu/object.h"
+#include "qom/object.h"
/* stream slave. Used until qdev provides a generic way. */
#define TYPE_STREAM_SLAVE "stream-slave"