diff options
author | Tharre <tharre3@gmail.com> | 2017-05-08 02:48:17 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2017-05-08 02:48:17 +0200 |
commit | ef859c58eda4fc82600a3e432058989263502f50 (patch) | |
tree | 0e4e3c3b309e747027a1d6d18e275ebf20eb8d04 /src/build.c | |
parent | 921268159d96efeb136fcfd29e8ba3212fd0a507 (diff) | |
download | redo-ef859c58eda4fc82600a3e432058989263502f50.tar.gz redo-ef859c58eda4fc82600a3e432058989263502f50.tar.xz redo-ef859c58eda4fc82600a3e432058989263502f50.zip |
Fix includes in header files
Diffstat (limited to 'src/build.c')
-rw-r--r-- | src/build.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/build.c b/src/build.c index 0796e11..fdb82b9 100644 --- a/src/build.c +++ b/src/build.c @@ -14,7 +14,6 @@ #include <assert.h> #include <unistd.h> #include <sys/wait.h> -#include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <time.h> |