diff options
Diffstat (limited to 'build/parsePrep.c')
-rw-r--r-- | build/parsePrep.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/build/parsePrep.c b/build/parsePrep.c index 92ee392e6..a2d73b062 100644 --- a/build/parsePrep.c +++ b/build/parsePrep.c @@ -1,9 +1,4 @@ -#include <sys/types.h> -#include <sys/stat.h> -#include <fcntl.h> -#include <string.h> -#include <stdlib.h> -#include <errno.h> +#include "system.h" #include "spec.h" #include "read.h" |