diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2013-06-27 20:53:38 +0100 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2013-06-27 15:38:35 -0500 |
commit | ec3f8c9913c1eeab78a02711be7c2a803dfb4d62 (patch) | |
tree | 83cb20503769dc850673302db6d4e66c7e8a24cc /include/hw | |
parent | c394ace828a559be13ec0bde15b476970f186dad (diff) | |
download | hqemu-ec3f8c9913c1eeab78a02711be7c2a803dfb4d62.zip hqemu-ec3f8c9913c1eeab78a02711be7c2a803dfb4d62.tar.gz |
linux-user: Fix compilation failure
Fix compilation failures for linux-user targets following recent
migration related commits bd2fa51fcd and 43487c67.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1372362818-4740-1-git-send-email-peter.maydell@linaro.org
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'include/hw')
-rw-r--r-- | include/hw/hw.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/hw/hw.h b/include/hw/hw.h index cc9f847..33bdb92 100644 --- a/include/hw/hw.h +++ b/include/hw/hw.h @@ -11,7 +11,6 @@ #include "exec/ioport.h" #include "hw/irq.h" #include "block/aio.h" -#include "migration/qemu-file.h" #include "migration/vmstate.h" #include "qemu/log.h" |