summaryrefslogtreecommitdiff
path: root/code/ecp/timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'code/ecp/timer.h')
-rw-r--r--code/ecp/timer.h6
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 *);