commit | 031d655004e505a15e92580a16a181d1d247c4d5 | [log] [tgz] |
---|---|---|
author | David 'Digit' Turner <digit@android.com> | Sun Dec 15 00:52:36 2013 +0100 |
committer | David 'Digit' Turner <digit@android.com> | Wed Jan 08 07:32:49 2014 +0100 |
tree | 1e4c09caf1bcf4f3585ca0ed297d5201fc10c495 | |
parent | e7216d82dbaa19892ad62b07402d512234559a6e [diff] [blame] |
Move qemu-queue.h -> include/qemu/queue.h Change-Id: I2ef2c4aea2cdf73e834b013a11fb63a0eb720262
diff --git a/qobject/qdict.c b/qobject/qdict.c index edc0186..f1faccd 100644 --- a/qobject/qdict.c +++ b/qobject/qdict.c
@@ -16,7 +16,7 @@ #include "qapi/qmp/qbool.h" #include "qapi/qmp/qstring.h" #include "qapi/qmp/qobject.h" -#include "qemu-queue.h" +#include "qemu/queue.h" #include "qemu-common.h" static void qdict_destroy_obj(QObject *obj);