Move headers to incude/sysemu/
+ arch_init.h, balloon.h, blockdev.h, dma.h, kvm.h,
sysemu.h -> include/sysemu/
+ kvm-android.h -> include/android/kvm.h
Change-Id: I3d334e1b6eea836fdcee9f36fe693cf4c74be54f
diff --git a/hw/android_mips.c b/hw/android_mips.c
index d44b725..16e2a48 100644
--- a/hw/android_mips.c
+++ b/hw/android_mips.c
@@ -13,12 +13,12 @@
#include "boards.h"
#include "devices.h"
#include "net/net.h"
-#include "sysemu.h"
+#include "sysemu/sysemu.h"
#include "mips.h"
#include "goldfish_device.h"
#include "android/globals.h"
#include "audio/audio.h"
-#include "blockdev.h"
+#include "sysemu/blockdev.h"
#ifdef CONFIG_MEMCHECK
#include "memcheck/memcheck_api.h"
#endif // CONFIG_MEMCHECK