From owner-svn-src-head@FreeBSD.ORG Thu Feb 11 08:34:41 2010 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 86B6E106566B; Thu, 11 Feb 2010 08:34:41 +0000 (UTC) (envelope-from wkoszek@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 5B6648FC14; Thu, 11 Feb 2010 08:34:41 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o1B8Yf2g020844; Thu, 11 Feb 2010 08:34:41 GMT (envelope-from wkoszek@svn.freebsd.org) Received: (from wkoszek@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o1B8YfQh020837; Thu, 11 Feb 2010 08:34:41 GMT (envelope-from wkoszek@svn.freebsd.org) Message-Id: <201002110834.o1B8YfQh020837@svn.freebsd.org> From: "Wojciech A. Koszek" Date: Thu, 11 Feb 2010 08:34:41 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r203775 - head/lib/libusb X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Feb 2010 08:34:41 -0000 Author: wkoszek Date: Thu Feb 11 08:34:41 2010 New Revision: 203775 URL: http://svn.freebsd.org/changeset/base/203775 Log: Remove redundand headers and use more standard ones where necessary. Reviewed by: hps@ Modified: head/lib/libusb/libusb.h head/lib/libusb/libusb10_desc.c head/lib/libusb/libusb10_io.c head/lib/libusb/libusb20_desc.c head/lib/libusb/libusb20_ugen20.c head/lib/libusb/usb.h Modified: head/lib/libusb/libusb.h ============================================================================== --- head/lib/libusb/libusb.h Thu Feb 11 08:30:43 2010 (r203774) +++ head/lib/libusb/libusb.h Thu Feb 11 08:34:41 2010 (r203775) @@ -29,12 +29,7 @@ #include #include -#include -#include -#include -#include -#include #ifdef __cplusplus Modified: head/lib/libusb/libusb10_desc.c ============================================================================== --- head/lib/libusb/libusb10_desc.c Thu Feb 11 08:30:43 2010 (r203774) +++ head/lib/libusb/libusb10_desc.c Thu Feb 11 08:34:41 2010 (r203775) @@ -26,7 +26,6 @@ #include #include -#include #include #include "libusb20.h" Modified: head/lib/libusb/libusb10_io.c ============================================================================== --- head/lib/libusb/libusb10_io.c Thu Feb 11 08:30:43 2010 (r203774) +++ head/lib/libusb/libusb10_io.c Thu Feb 11 08:34:41 2010 (r203775) @@ -32,7 +32,6 @@ #include #include #include -#include #include "libusb20.h" #include "libusb20_desc.h" Modified: head/lib/libusb/libusb20_desc.c ============================================================================== --- head/lib/libusb/libusb20_desc.c Thu Feb 11 08:30:43 2010 (r203774) +++ head/lib/libusb/libusb20_desc.c Thu Feb 11 08:34:41 2010 (r203775) @@ -27,7 +27,6 @@ #include #include #include -#include #include #include "libusb20.h" Modified: head/lib/libusb/libusb20_ugen20.c ============================================================================== --- head/lib/libusb/libusb20_ugen20.c Thu Feb 11 08:30:43 2010 (r203774) +++ head/lib/libusb/libusb20_ugen20.c Thu Feb 11 08:34:41 2010 (r203775) @@ -31,7 +31,6 @@ #include #include #include -#include #include #include Modified: head/lib/libusb/usb.h ============================================================================== --- head/lib/libusb/usb.h Thu Feb 11 08:30:43 2010 (r203774) +++ head/lib/libusb/usb.h Thu Feb 11 08:34:41 2010 (r203775) @@ -27,8 +27,7 @@ #ifndef _LIBUSB20_COMPAT_01_H_ #define _LIBUSB20_COMPAT_01_H_ -#include -#include +#include #include #include