From owner-freebsd-current@FreeBSD.ORG Sat Feb 5 07:09:23 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 62291106564A; Sat, 5 Feb 2011 07:09:23 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 9CEE98FC14; Sat, 5 Feb 2011 07:09:22 +0000 (UTC) Received: by wyf19 with SMTP id 19so3074297wyf.13 for ; Fri, 04 Feb 2011 23:09:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=Ml9ev54ddoSky+7smxEpkZPtmkmta292n1Fzc6QR3mM=; b=Y1SvYRAymqN0TVfbkndOIsa8ZtJpKBMM9uTUeIElysSd10jU+y+R3lq37PZPmlG4Xb w61b0GF3xLkJOlCHZEf4mYKlvBnLH5DieiFCJWgZ9QMwBONjThvjo2VO/McqBKGvFO38 pPo/hg9A95fIJkDxPkyA6TopYvxlwZcG7BNKI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=RSU2U+XBlt7r6COR0u84XqpP1Q+kuFJ+Hl3cPWIz1FrltEeffBZaO8iN7dh/rZrflQ N8JW5vaXbt+7x1kiWPCr10P1xnVyUKgcGzKjauF9aqMrbXZWTcDb2m+Rualcb4WDoAo6 xx41zU3r1sCg5bNd5m2JLWiBVFansw7geu2nM= MIME-Version: 1.0 Received: by 10.216.51.130 with SMTP id b2mr12190790wec.42.1296889761535; Fri, 04 Feb 2011 23:09:21 -0800 (PST) Sender: yanegomi@gmail.com Received: by 10.216.71.200 with HTTP; Fri, 4 Feb 2011 23:09:21 -0800 (PST) In-Reply-To: <20110205065303.GA1694@freebsd.org> References: <20110203221257.GA76849@freebsd.org> <20110205065303.GA1694@freebsd.org> Date: Fri, 4 Feb 2011 23:09:21 -0800 X-Google-Sender-Auth: CaGUx3V0zG7uNlZMNpwhFKc7xGo Message-ID: From: Garrett Cooper To: Roman Divacky Content-Type: text/plain; charset=ISO-8859-1 Cc: Alexander Best , freebsd-current@freebsd.org Subject: Re: [RFC] removing broken includes X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Feb 2011 07:09:23 -0000 On Fri, Feb 4, 2011 at 10:53 PM, Roman Divacky wrote: > alex, > > I think you are the kind of person to try out > > http://code.google.com/p/include-what-you-use/ > > with fbsd :) Please be careful with this tool though. There's header pollution in them thar c files (refer to the FreeBSD and/or POSIX manpages for the source of truth), e.g. time.h vs sys/time.h ! HTH, -Garrett