diff options
Diffstat (limited to 'qlist.c')
| -rw-r--r-- | qlist.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/qlist.c b/qlist.c index b48ec5b914..1ced0de58e 100644 --- a/qlist.c +++ b/qlist.c @@ -10,9 +10,9 @@ * See the COPYING.LIB file in the top-level directory. */ -#include "qlist.h" -#include "qobject.h" -#include "qemu-queue.h" +#include "qapi/qmp/qlist.h" +#include "qapi/qmp/qobject.h" +#include "qemu/queue.h" #include "qemu-common.h" static void qlist_destroy_obj(QObject *obj); |