From owner-svn-soc-all@FreeBSD.ORG Tue Jun 26 18:54:55 2012 Return-Path: Delivered-To: svn-soc-all@FreeBSD.org Received: from socsvn.FreeBSD.org (unknown [IPv6:2001:4f8:fff6::2f]) by hub.freebsd.org (Postfix) with SMTP id E66491065670 for ; Tue, 26 Jun 2012 18:54:54 +0000 (UTC) (envelope-from gmiller@FreeBSD.org) Received: by socsvn.FreeBSD.org (sSMTP sendmail emulation); Tue, 26 Jun 2012 18:54:54 +0000 Date: Tue, 26 Jun 2012 18:54:54 +0000 From: gmiller@FreeBSD.org To: svn-soc-all@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <20120626185454.E66491065670@hub.freebsd.org> Cc: Subject: socsvn commit: r238346 - in soc2012/gmiller/locking-head: . lib/libthr/thread X-BeenThere: svn-soc-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the entire Summer of Code repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Jun 2012 18:54:56 -0000 Author: gmiller Date: Tue Jun 26 18:54:54 2012 New Revision: 238346 URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=238346 Log: r238353@FreeBSD-dev: root | 2012-06-19 19:41:14 -0500 Alphabetize includes. Modified: soc2012/gmiller/locking-head/ (props changed) soc2012/gmiller/locking-head/lib/libthr/thread/thr_profile.c Modified: soc2012/gmiller/locking-head/lib/libthr/thread/thr_profile.c ============================================================================== --- soc2012/gmiller/locking-head/lib/libthr/thread/thr_profile.c Tue Jun 26 17:22:57 2012 (r238345) +++ soc2012/gmiller/locking-head/lib/libthr/thread/thr_profile.c Tue Jun 26 18:54:54 2012 (r238346) @@ -27,11 +27,11 @@ #ifdef LOCK_PROFILING -#include -#include #include -#include #include +#include +#include +#include #include "thr_private.h"