From c30f46c534617c688a4773ed830c44daa04853ee Mon Sep 17 00:00:00 2001 From: dg Date: Thu, 7 Dec 1995 12:48:31 +0000 Subject: Untangled the vm.h include file spaghetti. --- sys/ddb/ddb.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/ddb/ddb.h') diff --git a/sys/ddb/ddb.h b/sys/ddb/ddb.h index fc57f1e..e270b93 100644 --- a/sys/ddb/ddb.h +++ b/sys/ddb/ddb.h @@ -27,7 +27,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: ddb.h,v 1.7 1995/11/24 13:53:05 bde Exp $ + * $Id: ddb.h,v 1.8 1995/11/29 10:25:50 phk Exp $ */ /* @@ -38,7 +38,6 @@ #define _DDB_DDB_H_ #include /* type definitions */ -#include typedef void db_cmdfcn_t __P((db_expr_t addr, boolean_t have_addr, db_expr_t count, char *modif)); -- cgit v1.1