From 97552c98b630294cf9d5efb523e1e15db8df686f Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 19 Jul 2013 14:15:59 +0200 Subject: posix: Create priority implementation header Move implementation specific parts of priority.h and priority.inl into new header file priorityimpl.h. Remove priority.h since there is no application visible API. --- testsuites/psxtests/psx05/init.c | 1 - 1 file changed, 1 deletion(-) (limited to 'testsuites/psxtests/psx05') diff --git a/testsuites/psxtests/psx05/init.c b/testsuites/psxtests/psx05/init.c index a9b95dbe3a..06b5a371af 100644 --- a/testsuites/psxtests/psx05/init.c +++ b/testsuites/psxtests/psx05/init.c @@ -16,7 +16,6 @@ #define CONFIGURE_INIT #include "system.h" #include -#include #define MUTEX_BAD_ID 0xfffffffe -- cgit v1.2.3