diff options
Diffstat (limited to 'rpull.c')
-rw-r--r-- | rpull.c | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -1,11 +1,5 @@ -#include <fcntl.h> -#include <unistd.h> -#include <string.h> -#include <stdlib.h> #include "cache.h" #include "commit.h" -#include <errno.h> -#include <stdio.h> #include "rsh.h" #include "pull.h" |