From: Ed Maste Date: Thu, 25 Apr 2013 16:17:11 +0000 (-0400) Subject: Remove unnecessary FreeBSD #include X-Git-Tag: v1.5.0-rc0~148 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e4dcd8ace175a1a6bfb8945d8ae1906be051b36b;p=thirdparty%2Fqemu.git Remove unnecessary FreeBSD #include sys/param.h was included to define __FreeBSD_version, but the conditional using it was removed by commit d05ef160453e98546a4197496dc8a3cb2defac53 (Brad Smith, "Allow clock_gettime() monotonic clock to be utilized on more OS's"), so the include is no longer needed here. Signed-off-by: Ed Maste Reviewed-by: Peter Maydell Message-id: 1366906631-2680-1-git-send-email-emaste@freebsd.org Signed-off-by: Anthony Liguori --- diff --git a/include/qemu/timer.h b/include/qemu/timer.h index c363190fcae..9dd206ce7f4 100644 --- a/include/qemu/timer.h +++ b/include/qemu/timer.h @@ -5,10 +5,6 @@ #include "qemu/main-loop.h" #include "qemu/notify.h" -#ifdef __FreeBSD__ -#include -#endif - /* timers */ #define SCALE_MS 1000000