diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-12-20 06:57:53 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-12-20 06:57:53 +0000 |
commit | 003e3a523d0600cfccb707ba0e5b9819c86e8bcd (patch) | |
tree | 7ee628d55fc41e4da9b6507244f647e3e5c689fa /sys | |
parent | 1a28e33054a9e3104ee3372b8ec47a3121651e5b (diff) |
Trim include files list.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/mips64/mips64/interrupt.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/mips64/mips64/interrupt.c b/sys/arch/mips64/mips64/interrupt.c index 3e23dde6150..6005ffd2fc5 100644 --- a/sys/arch/mips64/mips64/interrupt.c +++ b/sys/arch/mips64/mips64/interrupt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: interrupt.c,v 1.18 2005/08/14 11:02:30 miod Exp $ */ +/* $OpenBSD: interrupt.c,v 1.19 2005/12/20 06:57:52 miod Exp $ */ /* * Copyright (c) 2001-2004 Opsycon AB (www.opsycon.se / www.opsycon.com) @@ -56,9 +56,6 @@ #include <ddb/db_sym.h> #endif -#include "atm.h" -#include "bridge.h" -#include "ppp.h" static struct evcount soft_count; static int soft_irq = 0; |