From f8b72754c21789293eb655641459ab43ebd69c66 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Fri, 16 Sep 2011 22:03:07 +0200 Subject: Move macro QEMU_GNUC_PREREQ to compiler.h The macro is compiler specific and does not depend on the operating system. Move macro QEMU_GNUC_PREREQ from osdep.h to compiler.h and use it to simplify existing code. host-utils.h uses this macro, so it now needs compiler.h instead of osdep.h. Signed-off-by: Stefan Weil Signed-off-by: Anthony Liguori --- host-utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host-utils.h') diff --git a/host-utils.h b/host-utils.h index 0ddc176582..821db93671 100644 --- a/host-utils.h +++ b/host-utils.h @@ -23,7 +23,7 @@ * THE SOFTWARE. */ -#include "osdep.h" +#include "compiler.h" /* QEMU_GNUC_PREREQ */ #if defined(__x86_64__) #define __HAVE_FAST_MULU64__ -- cgit v1.2.1