Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Dec 2010 23:24:35 +0000 (UTC)
From:      Colin Percival <cperciva@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r216190 - head/sys/i386/i386
Message-ID:  <201012042324.oB4NOZ3E045841@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cperciva
Date: Sat Dec  4 23:24:35 2010
New Revision: 216190
URL: http://svn.freebsd.org/changeset/base/216190

Log:
  Remove unnecessary #includes which seem to have been accidentally added
  as part of CVS r1.76 (in January 2006).

Modified:
  head/sys/i386/i386/busdma_machdep.c

Modified: head/sys/i386/i386/busdma_machdep.c
==============================================================================
--- head/sys/i386/i386/busdma_machdep.c	Sat Dec  4 21:54:23 2010	(r216189)
+++ head/sys/i386/i386/busdma_machdep.c	Sat Dec  4 23:24:35 2010	(r216190)
@@ -28,9 +28,6 @@
 __FBSDID("$FreeBSD$");
 
 #include <sys/param.h>
-#include <sys/kdb.h>
-#include <ddb/ddb.h>
-#include <ddb/db_output.h>
 #include <sys/systm.h>
 #include <sys/malloc.h>
 #include <sys/bus.h>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201012042324.oB4NOZ3E045841>