]> Git Repo - qemu.git/blobdiff - memory.c
qemu-common: Move tcg_enabled() etc. to sysemu/tcg.h
[qemu.git] / memory.c
index 0920c105aa22f525b953e33cb22b693cb7c3efaa..0a089a73ae1a409d314cb84384490951d83a5e32 100644 (file)
--- a/memory.c
+++ b/memory.c
@@ -15,7 +15,6 @@
 
 #include "qemu/osdep.h"
 #include "qapi/error.h"
-#include "qemu-common.h"
 #include "cpu.h"
 #include "exec/memory.h"
 #include "exec/address-spaces.h"
@@ -30,6 +29,7 @@
 #include "exec/ram_addr.h"
 #include "sysemu/kvm.h"
 #include "sysemu/sysemu.h"
+#include "sysemu/tcg.h"
 #include "hw/qdev-properties.h"
 #include "migration/vmstate.h"
 
This page took 0.023187 seconds and 4 git commands to generate.