From a1e38ee7fd685c088c8ea0832d48ec9943c8e186 Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Thu, 11 Jan 2001 16:08:14 +0000 Subject: [PATCH] remove include for osiSem.h --- src/libCom/test/ringPointerTest.c | 1 - src/libCom/test/semBinaryTest.c | 1 - src/libCom/test/semMutexTest.c | 1 - src/libCom/test/threadTest.c | 1 - 4 files changed, 4 deletions(-) diff --git a/src/libCom/test/ringPointerTest.c b/src/libCom/test/ringPointerTest.c index e11b0a874..0c81abcde 100644 --- a/src/libCom/test/ringPointerTest.c +++ b/src/libCom/test/ringPointerTest.c @@ -17,7 +17,6 @@ of this distribution. #include #include "osiThread.h" -#include "osiSem.h" #include "epicsRingPointer.h" #include "errlog.h" diff --git a/src/libCom/test/semBinaryTest.c b/src/libCom/test/semBinaryTest.c index d3208a7f4..48f7cad3e 100644 --- a/src/libCom/test/semBinaryTest.c +++ b/src/libCom/test/semBinaryTest.c @@ -17,7 +17,6 @@ of this distribution. #include #include "osiThread.h" -#include "osiSem.h" #include "epicsRingPointer.h" #include "errlog.h" diff --git a/src/libCom/test/semMutexTest.c b/src/libCom/test/semMutexTest.c index 66c338491..d9d34eb5d 100644 --- a/src/libCom/test/semMutexTest.c +++ b/src/libCom/test/semMutexTest.c @@ -17,7 +17,6 @@ of this distribution. #include #include "osiThread.h" -#include "osiSem.h" #include "errlog.h" diff --git a/src/libCom/test/threadTest.c b/src/libCom/test/threadTest.c index 69695c455..9453fc813 100644 --- a/src/libCom/test/threadTest.c +++ b/src/libCom/test/threadTest.c @@ -17,7 +17,6 @@ of this distribution. #include #include "osiThread.h" -#include "osiSem.h" #include "errlog.h" threadPrivateId privateKey;