From owner-svn-src-all@FreeBSD.ORG Fri Jun 24 08:10:30 2011 Return-Path: Delivered-To: svn-src-all@FreeBSD.org Received: from mx1.freebsd.org (unknown [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AF1F8106566B; Fri, 24 Jun 2011 08:10:30 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from ns.kevlo.org (kevlo.org [220.128.136.52]) by mx1.freebsd.org (Postfix) with ESMTP id 358EB8FC0C; Fri, 24 Jun 2011 08:10:29 +0000 (UTC) Received: from [127.0.0.1] (kevlo@kevlo.org [220.128.136.52]) by ns.kevlo.org (8.14.3/8.14.3) with ESMTP id p5O7dkio015175; Fri, 24 Jun 2011 15:39:46 +0800 (CST) From: Kevin Lo To: Roman Divacky In-Reply-To: <20110624072113.GA52982@freebsd.org> References: <201106240718.p5O7IiZ2034966@svn.freebsd.org> <20110624072113.GA52982@freebsd.org> Content-Type: text/plain; charset="UTF-8" Date: Fri, 24 Jun 2011 15:39:31 +0800 Message-ID: <1308901171.2301.1.camel@nsl> Mime-Version: 1.0 X-Mailer: Evolution 2.32.2 Content-Transfer-Encoding: 8bit Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: svn commit: r223493 - in head/usr.bin: ktrace ncplogin systat tftp vmstat X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Jun 2011 08:10:30 -0000 On δΊ”, 2011-06-24 at 09:21 +0200, Roman Divacky wrote: > On Fri, Jun 24, 2011 at 07:18:44AM +0000, Kevin Lo wrote: > > Author: kevlo > > Date: Fri Jun 24 07:18:44 2011 > > New Revision: 223493 > > URL: http://svn.freebsd.org/changeset/base/223493 > > > > Log: > > Remove duplicated header files > > You may be interested in this tool: > > http://code.google.com/p/include-what-you-use/ Hi Roman, Cool! Thanks for that info, I'll give it a try. Kevin