summaryrefslogtreecommitdiff
path: root/execute.c
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2010-08-29 12:02:44 +0200
committerJoel Rosdahl <joel@rosdahl.net>2010-08-29 12:02:44 +0200
commit1b298bb748ebb5575f30a2d113f9c1f82936e918 (patch)
treec42d8439ed556e01e610cde5a4d981f2a9e3a763 /execute.c
parent0d7decde78bb91ccb0367d80263e937b6c044454 (diff)
downloadccache-1b298bb748ebb5575f30a2d113f9c1f82936e918.tar.gz
Remove includes that are redundant after system.h introduction
Diffstat (limited to 'execute.c')
-rw-r--r--execute.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/execute.c b/execute.c
index 45b1469c..a9723919 100644
--- a/execute.c
+++ b/execute.c
@@ -18,18 +18,6 @@
#include "ccache.h"
-#include <sys/types.h>
-#include <sys/stat.h>
-#ifdef HAVE_SYS_WAIT_H
-#include <sys/wait.h>
-#endif
-#include <fcntl.h>
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-#include <time.h>
-#include <unistd.h>
-
static char *
find_executable_in_path(const char *name, const char *exclude_name, char *path);