diff options
-rw-r--r-- | csum-file.c | 2 | ||||
-rw-r--r-- | gettext.c | 2 | ||||
-rw-r--r-- | ls-refs.c | 2 | ||||
-rw-r--r-- | notes-utils.c | 2 | ||||
-rw-r--r-- | prompt.c | 2 | ||||
-rw-r--r-- | prune-packed.c | 2 | ||||
-rw-r--r-- | reachable.c | 2 | ||||
-rw-r--r-- | t/helper/test-bitmap.c | 2 | ||||
-rw-r--r-- | trailer.c | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/csum-file.c b/csum-file.c index 2d22f80d90..82ae2973d3 100644 --- a/csum-file.c +++ b/csum-file.c @@ -7,7 +7,7 @@ * files. Useful when you write a file that you want to be * able to verify hasn't been messed with afterwards. */ -#include "cache.h" +#include "git-compat-util.h" #include "progress.h" #include "csum-file.h" #include "wrapper.h" @@ -2,7 +2,7 @@ * Copyright (c) 2010 Ævar Arnfjörð Bjarmason */ -#include "cache.h" +#include "git-compat-util.h" #include "abspath.h" #include "environment.h" #include "exec-cmd.h" @@ -1,4 +1,4 @@ -#include "cache.h" +#include "git-compat-util.h" #include "environment.h" #include "gettext.h" #include "hex.h" diff --git a/notes-utils.c b/notes-utils.c index 8797271faf..86552f31c4 100644 --- a/notes-utils.c +++ b/notes-utils.c @@ -1,4 +1,4 @@ -#include "cache.h" +#include "git-compat-util.h" #include "config.h" #include "commit.h" #include "environment.h" @@ -1,4 +1,4 @@ -#include "cache.h" +#include "git-compat-util.h" #include "config.h" #include "environment.h" #include "run-command.h" diff --git a/prune-packed.c b/prune-packed.c index 5a57072a7a..58412b4fb9 100644 --- a/prune-packed.c +++ b/prune-packed.c @@ -1,4 +1,4 @@ -#include "cache.h" +#include "git-compat-util.h" #include "environment.h" #include "gettext.h" #include "object-store.h" diff --git a/reachable.c b/reachable.c index b0f85046e9..55bb114353 100644 --- a/reachable.c +++ b/reachable.c @@ -1,4 +1,4 @@ -#include "cache.h" +#include "git-compat-util.h" #include "gettext.h" #include "hex.h" #include "refs.h" diff --git a/t/helper/test-bitmap.c b/t/helper/test-bitmap.c index ff35f5999b..5bb489882d 100644 --- a/t/helper/test-bitmap.c +++ b/t/helper/test-bitmap.c @@ -1,5 +1,5 @@ #include "test-tool.h" -#include "cache.h" +#include "git-compat-util.h" #include "pack-bitmap.h" static int bitmap_list_commits(void) @@ -1,4 +1,4 @@ -#include "cache.h" +#include "git-compat-util.h" #include "alloc.h" #include "config.h" #include "environment.h" |