diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2012-12-17 18:19:50 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2012-12-19 08:31:32 +0100 |
commit | caf71f86a3de97394bcc5b06549012b7dc65fe60 (patch) | |
tree | bbeacc38d481886a8a65e81ed6e03d78aa885f01 /hw/ptimer.h | |
parent | 83c9089e73b81c69dc1ecdf859fa84d2c500fb5f (diff) |
migration: move include files to include/migration/
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/ptimer.h')
-rw-r--r-- | hw/ptimer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/ptimer.h b/hw/ptimer.h index 6638f61322..9d172f7764 100644 --- a/hw/ptimer.h +++ b/hw/ptimer.h @@ -10,7 +10,7 @@ #include "qemu-common.h" #include "qemu-timer.h" -#include "vmstate.h" +#include "migration/vmstate.h" /* ptimer.c */ typedef struct ptimer_state ptimer_state; |