summaryrefslogtreecommitdiff
path: root/include/qemu/timer.h
diff options
context:
space:
mode:
authorEd Maste <emaste@freebsd.org>2013-04-25 12:17:11 -0400
committerAnthony Liguori <aliguori@us.ibm.com>2013-04-25 14:45:46 -0500
commite4dcd8ace175a1a6bfb8945d8ae1906be051b36b (patch)
treec59c003d13a4c919bf1ed514df649f8bb9e3235d /include/qemu/timer.h
parentd3002b0463727bf8110833b9d1a6efaa28990c28 (diff)
downloadqemu-e4dcd8ace175a1a6bfb8945d8ae1906be051b36b.tar.gz
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 <emaste@freebsd.org> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Message-id: 1366906631-2680-1-git-send-email-emaste@freebsd.org Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'include/qemu/timer.h')
-rw-r--r--include/qemu/timer.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/qemu/timer.h b/include/qemu/timer.h
index c363190fca..9dd206ce7f 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 <sys/param.h>
-#endif
-
/* timers */
#define SCALE_MS 1000000