diff options
author | Uros Majstorovic <majstor@majstor.org> | 2018-01-17 18:42:47 +0100 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2018-01-17 18:42:47 +0100 |
commit | 1425f72c38fe23a9d3fcda583a7da1e7315acfc3 (patch) | |
tree | 2731c1f5b9e0c76e0a0775f6eddf81fd90b0817d /code/ecp/timer.h | |
parent | 97a7e6617f8ad06b7bff495603200b853766ecc8 (diff) |
build system improved
Diffstat (limited to 'code/ecp/timer.h')
-rw-r--r-- | code/ecp/timer.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/code/ecp/timer.h b/code/ecp/timer.h index 8863226..9c80007 100644 --- a/code/ecp/timer.h +++ b/code/ecp/timer.h @@ -2,12 +2,6 @@ #define ECP_ERR_MAX_TIMER -110 -#include <stddef.h> - -#ifdef ECP_WITH_PTHREAD -#include <pthread.h> -#endif - struct ECPTimerItem; typedef ssize_t ecp_timer_retry_t (struct ECPConnection *, struct ECPTimerItem *); |