summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_tc.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1999-03-12 11:09:50 +0000
committerphk <phk@FreeBSD.org>1999-03-12 11:09:50 +0000
commit8b985865a3585605e4286c1a4600735ea4a57735 (patch)
tree1a25d9be6e7119d60f5367a3caa3658091b2c8e1 /sys/kern/kern_tc.c
parent8df441b6eb1a48e04677d14f49e3deaf750b98b3 (diff)
downloadFreeBSD-src-8b985865a3585605e4286c1a4600735ea4a57735.zip
FreeBSD-src-8b985865a3585605e4286c1a4600735ea4a57735.tar.gz
Remove duplicate include.
Noticed by: bde
Diffstat (limited to 'sys/kern/kern_tc.c')
-rw-r--r--sys/kern/kern_tc.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/kern/kern_tc.c b/sys/kern/kern_tc.c
index da424e5..14f90d9 100644
--- a/sys/kern/kern_tc.c
+++ b/sys/kern/kern_tc.c
@@ -37,7 +37,7 @@
* SUCH DAMAGE.
*
* @(#)kern_clock.c 8.5 (Berkeley) 1/21/94
- * $Id: kern_clock.c,v 1.89 1999/03/08 12:35:58 phk Exp $
+ * $Id: kern_clock.c,v 1.90 1999/03/11 15:09:47 phk Exp $
*/
#include "opt_ntp.h"
@@ -70,9 +70,6 @@
#include <machine/smp.h>
#endif
-/* This is where the NTIMECOUNTER option hangs out */
-#include "opt_ntp.h"
-
/*
* Number of timecounters used to implement stable storage
*/
OpenPOWER on IntegriCloud