summary refs log tree commit diff stats
path: root/src/common/proto-irc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/proto-irc.c')
-rw-r--r--src/common/proto-irc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/proto-irc.c b/src/common/proto-irc.c
index f1df6ccd..3d45e1b0 100644
--- a/src/common/proto-irc.c
+++ b/src/common/proto-irc.c
@@ -18,7 +18,6 @@
 
 /* IRC RFC1459(+commonly used extensions) protocol implementation */
 
-#include <unistd.h>
 #include <string.h>
 #include <stdio.h>
 #include <stdlib.h>