diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-03-26 23:32:01 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-03-26 23:32:01 +0000 |
commit | 9dd9135c7f517fd4befcb96d71828cffb91ffcdb (patch) | |
tree | d1735f38ee4db986316ebd7208d735bc485eae5a /sys/arch/mvme68k/dev/pcc.c | |
parent | e40f2b00309bbdcef7ba618c3a0990c4f4769501 (diff) |
callout.h is gone
Diffstat (limited to 'sys/arch/mvme68k/dev/pcc.c')
-rw-r--r-- | sys/arch/mvme68k/dev/pcc.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/mvme68k/dev/pcc.c b/sys/arch/mvme68k/dev/pcc.c index 1218babf6d4..63a5bc69556 100644 --- a/sys/arch/mvme68k/dev/pcc.c +++ b/sys/arch/mvme68k/dev/pcc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pcc.c,v 1.5 1996/11/23 21:45:59 kstailey Exp $ */ +/* $OpenBSD: pcc.c,v 1.6 2000/03/26 23:31:59 deraadt Exp $ */ /* * Copyright (c) 1995 Theo de Raadt @@ -41,7 +41,6 @@ #include <sys/user.h> #include <sys/tty.h> #include <sys/uio.h> -#include <sys/callout.h> #include <sys/systm.h> #include <sys/kernel.h> #include <sys/syslog.h> |