diff options
Diffstat (limited to 'code/ecp/msgq.h')
-rw-r--r-- | code/ecp/msgq.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/code/ecp/msgq.h b/code/ecp/msgq.h index 41e819b..a81ff36 100644 --- a/code/ecp/msgq.h +++ b/code/ecp/msgq.h @@ -1,8 +1,5 @@ #ifdef ECP_WITH_MSGQ -#include <pthread.h> -#include <string.h> - #define ECP_MSGQ_MAX_MSG 32 #define ECP_MSGQ_ERR_MAX_MSG -110 |