aboutsummaryrefslogtreecommitdiffstats
path: root/hw/hw.h
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2010-04-01 19:57:10 +0200
committerAurelien Jarno <aurelien@aurel32.net>2010-04-09 18:55:55 +0200
commit37b76cfd938dafc89dc609cfb2c84719357867a5 (patch)
treec99b2131b9a2312ebbd065734489c89f9159bffb /hw/hw.h
parentfbe3288df645b3b81850008327e3b714a5ca7036 (diff)
move targphys.h and hw/poison.h inclusion to cpu-common.h
With more files from outside the hw/ directory being placed into libhw, avoid the need to include hw/hw.h for the sake of targ_phys_addr_t. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'hw/hw.h')
-rw-r--r--hw/hw.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/hw.h b/hw/hw.h
index 7b500f4e4..328b704fd 100644
--- a/hw/hw.h
+++ b/hw/hw.h
@@ -5,8 +5,6 @@
#include "qemu-common.h"
#if defined(TARGET_PHYS_ADDR_BITS) && !defined(NEED_CPU_H)
-#include "targphys.h"
-#include "poison.h"
#include "cpu-common.h"
#endif