From patchwork Thu Apr 25 16:17:11 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ed Maste X-Patchwork-Id: 239571 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id E76F02C00F7 for ; Fri, 26 Apr 2013 02:54:16 +1000 (EST) Received: from localhost ([::1]:46679 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UVPR1-0005td-8f for incoming@patchwork.ozlabs.org; Thu, 25 Apr 2013 12:54:15 -0400 Received: from eggs.gnu.org ([208.118.235.92]:55938) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UVPQP-0005Rp-8b for qemu-devel@nongnu.org; Thu, 25 Apr 2013 12:53:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UVPQK-0004zp-Qs for qemu-devel@nongnu.org; Thu, 25 Apr 2013 12:53:37 -0400 Received: from [216.171.111.232] (port=35296 helo=freebsd.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UVPQK-0004zH-LG for qemu-devel@nongnu.org; Thu, 25 Apr 2013 12:53:32 -0400 Received: from emaste (uid 1001) (envelope-from emaste@freebsd.org) id 9dbed by freebsd.org (DragonFly Mail Agent 1); Thu, 25 Apr 2013 12:17:28 -0400 From: Ed Maste To: qemu-devel@nongnu.org Date: Thu, 25 Apr 2013 12:17:11 -0400 Message-Id: <1366906631-2680-1-git-send-email-emaste@freebsd.org> X-Mailer: git-send-email 1.7.11.5 X-detected-operating-system: by eggs.gnu.org: FreeBSD 9.x X-Received-From: 216.171.111.232 Cc: Ed Maste Subject: [Qemu-devel] [PATCH] Remove unnecessary FreeBSD #include X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org 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 --- include/qemu/timer.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/qemu/timer.h b/include/qemu/timer.h index c363190..9dd206c 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