From 2f7920166d1aa402104d7b30d0225e71588f91f9 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Thu, 18 Feb 2010 16:24:31 +0100 Subject: error: Move qemu_error & friends into their own header --- qerror.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qerror.c') diff --git a/qerror.c b/qerror.c index 2f657f4f7b..a418bde37f 100644 --- a/qerror.c +++ b/qerror.c @@ -12,8 +12,8 @@ #include "qjson.h" #include "qerror.h" #include "qstring.h" -#include "sysemu.h" #include "qemu-common.h" +#include "qemu-error.h" static void qerror_destroy_obj(QObject *obj); -- cgit v1.2.1