diff options
Diffstat (limited to 'bulk-checkin.c')
| -rw-r--r-- | bulk-checkin.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/bulk-checkin.c b/bulk-checkin.c index d843279715..73bff3a23d 100644 --- a/bulk-checkin.c +++ b/bulk-checkin.c @@ -2,7 +2,6 @@ * Copyright (c) 2011, Google Inc. */ #include "git-compat-util.h" -#include "alloc.h" #include "bulk-checkin.h" #include "environment.h" #include "gettext.h" @@ -16,8 +15,7 @@ #include "tmp-objdir.h" #include "packfile.h" #include "object-file.h" -#include "object-store.h" -#include "wrapper.h" +#include "object-store-ll.h" static int odb_transaction_nesting; |
