From d9de7cc7bdae389b7a505b048db5fe36e9d7857f Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Tue, 7 Nov 2000 00:44:24 +0000 Subject: [PATCH] Remove an unneeded #include that snuck in accidentally with the MI mutexes. Submitted indirectly by: bde --- sys/sys/mutex.h | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/sys/mutex.h b/sys/sys/mutex.h index ff17f6e39efa..eb38ffa28517 100644 --- a/sys/sys/mutex.h +++ b/sys/sys/mutex.h @@ -38,7 +38,6 @@ #ifdef _KERNEL #include #include -#include #include #include #endif /* _KERNEL_ */