Remove unneeded includes from outfile_check.c

This commit is contained in:
jsteube
2016-09-30 12:28:29 +02:00
parent 2880217906
commit a26f624032
2 changed files with 11 additions and 24 deletions
+3
View File
@@ -6,6 +6,9 @@
#ifndef _OUTFILE_CHECK_H
#define _OUTFILE_CHECK_H
#include <unistd.h>
#include <errno.h>
#define OUTFILES_DIR "outfiles"
void *thread_outfile_remove (void *p);