aboutsummaryrefslogtreecommitdiffstats
path: root/src/blogc-make/exec.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/blogc-make/exec.c')
-rw-r--r--src/blogc-make/exec.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/blogc-make/exec.c b/src/blogc-make/exec.c
index 987ff2b..bb0a323 100644
--- a/src/blogc-make/exec.c
+++ b/src/blogc-make/exec.c
@@ -11,10 +11,8 @@
#include <stdio.h>
#include <string.h>
#include <unistd.h>
-#include <sys/types.h>
#include <sys/wait.h>
#include <errno.h>
-#include <libgen.h>
#include "../common/error.h"
#include "../common/file.h"
#include "../common/utils.h"