aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1999-03-12 11:09:50 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1999-03-12 11:09:50 +0000
commit37d39f0a50e6e70a81801d2f2e9bc6b7db62eb5b (patch)
treec490f877c23bc90b187213594ecabe5defa865a8 /sys
parent68f6066e6b54d3289de5661a7dce58f708da6af7 (diff)
downloadsrc-37d39f0a50e6e70a81801d2f2e9bc6b7db62eb5b.tar.gz
src-37d39f0a50e6e70a81801d2f2e9bc6b7db62eb5b.zip
Remove duplicate include.
Noticed by: bde
Notes
Notes: svn path=/head/; revision=44685
Diffstat (limited to 'sys')
-rw-r--r--sys/kern/kern_clock.c5
-rw-r--r--sys/kern/kern_tc.c5
2 files changed, 2 insertions, 8 deletions
diff --git a/sys/kern/kern_clock.c b/sys/kern/kern_clock.c
index da424e5c2c4d..14f90d9d1ffc 100644
--- a/sys/kern/kern_clock.c
+++ b/sys/kern/kern_clock.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
*/
diff --git a/sys/kern/kern_tc.c b/sys/kern/kern_tc.c
index da424e5c2c4d..14f90d9d1ffc 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
*/