summaryrefslogtreecommitdiff
path: root/net.c
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2022-10-04 11:28:06 +0200
committerxengineering <me@xengineering.eu>2022-10-04 11:28:06 +0200
commit24c42ceaf27b858ca4e79c644d68ea2670b1cde6 (patch)
tree2fe2b206d8d4c20fb2412903234ff1eb01c5722a /net.c
parente63008f1d2b0423d8dd1cacfb02a2f0c69ae331b (diff)
downloadlimox-24c42ceaf27b858ca4e79c644d68ea2670b1cde6.tar
limox-24c42ceaf27b858ca4e79c644d68ea2670b1cde6.tar.zst
limox-24c42ceaf27b858ca4e79c644d68ea2670b1cde6.zip
Remove unistd.h
Diffstat (limited to 'net.c')
-rw-r--r--net.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net.c b/net.c
index c3b2f62..6c2ae17 100644
--- a/net.c
+++ b/net.c
@@ -4,7 +4,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <unistd.h>
#include <signal.h>
#include <strophe.h>