Message ID | 4C246246.8030903@redhat.com |
---|---|
State | New |
Headers | show |
diff --git a/cpu-common.h b/cpu-common.h index f325e60..78f8b12 100644 --- a/cpu-common.h +++ b/cpu-common.h @@ -11,10 +11,6 @@ #include "targphys.h" #endif -#ifndef NEED_CPU_H -#include "poison.h" -#endif - #include "bswap.h" #include "qemu-queue.h" diff --git a/qemu-common.h b/qemu-common.h index 3fb2f0b..3f92d40 100644 --- a/qemu-common.h +++ b/qemu-common.h @@ -90,15 +90,12 @@ static inline char *realpath(const char *path, char *resolved_path) /* FIXME: Remove NEED_CPU_H. */ #ifndef NEED_CPU_H - #include <setjmp.h> #include "osdep.h" #include "bswap.h" - +#include "poison.h" #else - #include "cpu.h" - #endif /* !defined(NEED_CPU_H) */