diff options
| author | Markus Armbruster <armbru@redhat.com> | 2010-02-18 16:24:31 +0100 |
|---|---|---|
| committer | Markus Armbruster <armbru@redhat.com> | 2010-03-16 16:55:05 +0100 |
| commit | 2f7920166d1aa402104d7b30d0225e71588f91f9 (patch) | |
| tree | 377ab72ba69140c5988ae78dedc0ec419e7c70c2 /qerror.c | |
| parent | 6e4f984cb9474db99bf4e3998ff86cdb9ed02380 (diff) | |
| download | focaccia-qemu-2f7920166d1aa402104d7b30d0225e71588f91f9.tar.gz focaccia-qemu-2f7920166d1aa402104d7b30d0225e71588f91f9.zip | |
error: Move qemu_error & friends into their own header
Diffstat (limited to 'qerror.c')
| -rw-r--r-- | qerror.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |