Even more moves.

  include/ui + ui/
  include/qapi/qmp/ + qobject/

Change-Id: Ief236a08cb234d9dd692e85907757678ef32f035
diff --git a/json-parser.h b/json-parser.h
index 97f43f6..1bbac16 100644
--- a/json-parser.h
+++ b/json-parser.h
@@ -15,7 +15,7 @@
 #define QEMU_JSON_PARSER_H
 
 #include "qemu-common.h"
-#include "qlist.h"
+#include "qapi/qmp/qlist.h"
 
 QObject *json_parser_parse(QList *tokens, va_list *ap);