diff options
Diffstat (limited to 'qerror.c')
-rw-r--r-- | qerror.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -10,9 +10,9 @@ * See the COPYING.LIB file in the top-level directory. */ -#include "monitor.h" -#include "qjson.h" -#include "qerror.h" +#include "monitor/monitor.h" +#include "qapi/qmp/qjson.h" +#include "qapi/qmp/qerror.h" #include "qemu-common.h" static void qerror_destroy_obj(QObject *obj); |