diff options
Diffstat (limited to '')
-rw-r--r-- | src/worker.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/worker.h b/src/worker.h index 246fd43..736c8b4 100644 --- a/src/worker.h +++ b/src/worker.h @@ -8,8 +8,6 @@ #ifndef __WORKER_H__ #define __WORKER_H__ -#include <pthread.h> - struct settings { char *host; char *port; |