diff options
author | Markus Armbruster | 2010-02-18 16:24:31 +0100 |
---|---|---|
committer | Markus Armbruster | 2010-03-16 16:55:05 +0100 |
commit | 2f7920166d1aa402104d7b30d0225e71588f91f9 (patch) | |
tree | 377ab72ba69140c5988ae78dedc0ec419e7c70c2 /qemu-tool.c | |
parent | error: Simplify error sink setup (diff) | |
download | qemu-2f7920166d1aa402104d7b30d0225e71588f91f9.tar.gz qemu-2f7920166d1aa402104d7b30d0225e71588f91f9.tar.xz qemu-2f7920166d1aa402104d7b30d0225e71588f91f9.zip |
error: Move qemu_error & friends into their own header
Diffstat (limited to 'qemu-tool.c')
-rw-r--r-- | qemu-tool.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu-tool.c b/qemu-tool.c index bbce99fd8d..26f46eb09c 100644 --- a/qemu-tool.c +++ b/qemu-tool.c @@ -13,9 +13,9 @@ #include "qemu-common.h" #include "monitor.h" -#include "sysemu.h" #include "qemu-timer.h" #include "qemu-log.h" +#include "qemu-error.h" #include <sys/time.h> |