Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys remove an unneeded #include.
details: https://anonhg.NetBSD.org/src/rev/ba1b4a299f4f
branches: trunk
changeset: 570155:ba1b4a299f4f
user: yamt <yamt%NetBSD.org@localhost>
date: Sun Sep 26 00:26:14 2004 +0000
description:
remove an unneeded #include.
diffstat:
sys/sys/cpu_data.h | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
diffs (20 lines):
diff -r d8d9b4781ec9 -r ba1b4a299f4f sys/sys/cpu_data.h
--- a/sys/sys/cpu_data.h Sun Sep 26 00:17:15 2004 +0000
+++ b/sys/sys/cpu_data.h Sun Sep 26 00:26:14 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu_data.h,v 1.1 2004/09/22 11:32:03 yamt Exp $ */
+/* $NetBSD: cpu_data.h,v 1.2 2004/09/26 00:26:14 yamt Exp $ */
/*-
* Copyright (c) 2004 The NetBSD Foundation, Inc.
@@ -41,10 +41,6 @@
#ifndef _CPU_DATA_H_
#define _CPU_DATA_H_
-#if defined(_KERNEL_OPT)
-#include "opt_multiprocessor.h"
-#endif
-
struct lwp;
#include <sys/sched.h> /* for schedstate_percpu */
Home |
Main Index |
Thread Index |
Old Index