about summary refs log tree commit diff
path: root/src/unistd/acct.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/unistd/acct.c')
-rw-r--r--src/unistd/acct.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/unistd/acct.c b/src/unistd/acct.c
index f6f25a8a..308ffc38 100644
--- a/src/unistd/acct.c
+++ b/src/unistd/acct.c
@@ -1,7 +1,6 @@
 #define _GNU_SOURCE
 #include <unistd.h>
 #include "syscall.h"
-#include "libc.h"
 
 int acct(const char *filename)
 {