summaryrefslogtreecommitdiff
path: root/code/core/core.h
diff options
context:
space:
mode:
authorUros Majstorovic <majstor@majstor.org>2017-08-16 21:21:33 +0200
committerUros Majstorovic <majstor@majstor.org>2017-08-16 21:21:33 +0200
commit8f44e2151cb3f91b220c4a3393a06068d0ee7302 (patch)
tree8320c304887ac9b0d922bc27b51330c084f34ee0 /code/core/core.h
parent38e2385f5846860916f8880d818b3b024b8c7dd9 (diff)
fixed rbuf; fixed error code for pthread_mitex_init
Diffstat (limited to 'code/core/core.h')
-rw-r--r--code/core/core.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/code/core/core.h b/code/core/core.h
index cb08bc9..9738fb4 100644
--- a/code/core/core.h
+++ b/code/core/core.h
@@ -93,9 +93,6 @@ typedef uint32_t ecp_seq_t;
#include "timer.h"
#ifdef ECP_WITH_RBUF
-#ifdef ECP_WITH_MSGQ
-#include "msgq.h"
-#endif
#include "rbuf.h"
#endif