Skip to content

Commit

Permalink
Remove unnecessary FreeBSD #include
Browse files Browse the repository at this point in the history
sys/param.h was included to define __FreeBSD_version, but the conditional
using it was removed by commit d05ef16
(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>
  • Loading branch information
emaste authored and Anthony Liguori committed Apr 25, 2013
1 parent d3002b0 commit e4dcd8a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions include/qemu/timer.h
Expand Up @@ -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
Expand Down

0 comments on commit e4dcd8a

Please sign in to comment.