diff options
Diffstat (limited to 'object.c')
-rw-r--r-- | object.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -5,8 +5,6 @@ #include "cache.h" #include "tag.h" #include "delta.h" -#include <stdlib.h> -#include <string.h> struct object **objs; int nr_objs; |