migration: move include files to include/migration/

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
Paolo Bonzini 2012-12-17 18:19:50 +01:00
parent 83c9089e73
commit caf71f86a3
32 changed files with 33 additions and 33 deletions

View file

@ -1,7 +1,7 @@
#ifndef QEMU_HID_H
#define QEMU_HID_H
#include "vmstate.h"
#include "migration/vmstate.h"
#define HID_MOUSE 1
#define HID_TABLET 2