From 4657002e65090f0d389ca3fd06e7cfc0dda1645f Mon Sep 17 00:00:00 2001 From: David Xu Date: Wed, 2 Aug 2006 07:38:59 +0000 Subject: [PATCH] don't include sys/thr.h and sys/umtx.h, it is unnecessary. --- sys/sys/sysproto.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/sys/sys/sysproto.h b/sys/sys/sysproto.h index 0bccac11b80..04cd61e0693 100644 --- a/sys/sys/sysproto.h +++ b/sys/sys/sysproto.h @@ -11,10 +11,7 @@ #include #include -#include -#include #include - #include struct proc;