Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/sys don't include things twice.



details:   https://anonhg.NetBSD.org/src/rev/e6d2d01c52e9
branches:  trunk
changeset: 762235:e6d2d01c52e9
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Feb 17 20:55:01 2011 +0000

description:
don't include things twice.

diffstat:

 sys/sys/lwp.h |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 9a9d18c58ac4 -r e6d2d01c52e9 sys/sys/lwp.h
--- a/sys/sys/lwp.h     Thu Feb 17 20:20:18 2011 +0000
+++ b/sys/sys/lwp.h     Thu Feb 17 20:55:01 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: lwp.h,v 1.144 2011/02/17 19:28:46 matt Exp $   */
+/*     $NetBSD: lwp.h,v 1.145 2011/02/17 20:55:01 christos Exp $       */
 
 /*-
  * Copyright (c) 2001, 2006, 2007, 2008, 2009, 2010
@@ -39,7 +39,6 @@
 #include <sys/callout.h>
 #include <sys/mutex.h>
 #include <sys/condvar.h>
-#include <sys/pcu.h>
 #include <sys/signalvar.h>
 #include <sys/sched.h>
 #include <sys/specificdata.h>



Home | Main Index | Thread Index | Old Index