summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/mksock.c3
-rw-r--r--tests/trie.c1
2 files changed, 0 insertions, 4 deletions
diff --git a/tests/mksock.c b/tests/mksock.c
index a996d58..d1776b3 100644
--- a/tests/mksock.c
+++ b/tests/mksock.c
@@ -20,14 +20,11 @@
*/
#include <errno.h>
-#include <fcntl.h>
#include <libgen.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <sys/socket.h>
-#include <sys/stat.h>
-#include <sys/types.h>
#include <sys/un.h>
#include <unistd.h>
diff --git a/tests/trie.c b/tests/trie.c
index 7182a03..70e2414 100644
--- a/tests/trie.c
+++ b/tests/trie.c
@@ -2,7 +2,6 @@
#include "../trie.h"
#include <assert.h>
-#include <stdio.h>
#include <stdlib.h>
#include <string.h>