From owner-cvs-all@FreeBSD.ORG Sun May 30 16:08:54 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49E6716A4CE; Sun, 30 May 2004 16:08:54 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C22E43D3F; Sun, 30 May 2004 16:08:54 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4UN8sDf004355; Sun, 30 May 2004 16:08:54 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4UN8rgt004354; Sun, 30 May 2004 16:08:53 -0700 (PDT) (envelope-from imp) Message-Id: <200405302308.i4UN8rgt004354@repoman.freebsd.org> From: Warner Losh Date: Sun, 30 May 2004 16:08:53 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys rman.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 May 2004 23:08:54 -0000 imp 2004/05/30 16:08:53 PDT FreeBSD src repository Modified files: sys/sys rman.h Log: Include and here (only in the kernel). No other sys/*.h file requires machine/foo.h to be included before it. In addition, all the files that include rman.h would need to include those two anyway. From these two perspectives, it is traditional to include things like this. This lets us stop treating sys/rman.h specially in every bus frontend file. Revision Changes Path 1.20 +3 -0 src/sys/sys/rman.h