From a1123646ac9f599d931a20217fad763cadbc5a13 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 24 Jul 2013 17:30:26 +0200 Subject: score: Create threadq implementation header Move implementation specific parts of tqdata.h, threadq.h and threadq.inl into new header file threadqimpl.h. The threadq.h contains now only the application visible API. Delete tqdata.h. --- cpukit/posix/src/prwlockdestroy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/posix/src/prwlockdestroy.c') diff --git a/cpukit/posix/src/prwlockdestroy.c b/cpukit/posix/src/prwlockdestroy.c index a55e985df7..8db5cd0c85 100644 --- a/cpukit/posix/src/prwlockdestroy.c +++ b/cpukit/posix/src/prwlockdestroy.c @@ -20,8 +20,8 @@ #include #include -#include #include +#include /** * This directive allows a thread to delete a rwlock specified by -- cgit v1.2.3