Browse Source

treewide: remove cache.h inclusion due to object.h changes

Signed-off-by: Elijah Newren <newren@gmail.com>
Acked-by: Calvin Wan <calvinwan@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
main
Elijah Newren 2 years ago committed by Junio C Hamano
parent
commit
d812c3b6a0
  1. 2
      bisect.c
  2. 2
      bundle.c
  3. 2
      commit.c
  4. 2
      delta-islands.c
  5. 2
      diff-no-index.c
  6. 2
      fsck.c
  7. 2
      http-push.c
  8. 2
      list-objects-filter.c
  9. 2
      list-objects.c
  10. 2
      log-tree.c
  11. 2
      pack-bitmap-write.c
  12. 1
      parse-options-cb.c
  13. 2
      rebase-interactive.c
  14. 2
      submodule-config.c
  15. 2
      tag.c
  16. 2
      transport.c
  17. 2
      walker.c

2
bisect.c

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
#include "cache.h"
#include "git-compat-util.h"
#include "config.h"
#include "commit.h"
#include "diff.h"

2
bundle.c

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
#include "cache.h"
#include "git-compat-util.h"
#include "lockfile.h"
#include "bundle.h"
#include "environment.h"

2
commit.c

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
#include "cache.h"
#include "git-compat-util.h"
#include "tag.h"
#include "commit.h"
#include "commit-graph.h"

2
delta-islands.c

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
#include "cache.h"
#include "git-compat-util.h"
#include "alloc.h"
#include "attr.h"
#include "object.h"

2
diff-no-index.c

@ -4,7 +4,7 @@ @@ -4,7 +4,7 @@
* Copyright (c) 2008 by Junio C Hamano
*/

#include "cache.h"
#include "git-compat-util.h"
#include "abspath.h"
#include "color.h"
#include "commit.h"

2
fsck.c

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
#include "cache.h"
#include "git-compat-util.h"
#include "alloc.h"
#include "hex.h"
#include "object-store.h"

2
http-push.c

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
#include "cache.h"
#include "git-compat-util.h"
#include "environment.h"
#include "hex.h"
#include "repository.h"

2
list-objects-filter.c

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
#include "cache.h"
#include "git-compat-util.h"
#include "alloc.h"
#include "dir.h"
#include "gettext.h"

2
list-objects.c

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
#include "cache.h"
#include "git-compat-util.h"
#include "tag.h"
#include "commit.h"
#include "gettext.h"

2
log-tree.c

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
#include "cache.h"
#include "git-compat-util.h"
#include "commit-reach.h"
#include "config.h"
#include "diff.h"

2
pack-bitmap-write.c

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
#include "cache.h"
#include "git-compat-util.h"
#include "alloc.h"
#include "environment.h"
#include "gettext.h"

1
parse-options-cb.c

@ -1,7 +1,6 @@ @@ -1,7 +1,6 @@
#include "git-compat-util.h"
#include "parse-options.h"
#include "branch.h"
#include "cache.h"
#include "commit.h"
#include "color.h"
#include "environment.h"

2
rebase-interactive.c

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
#include "cache.h"
#include "git-compat-util.h"
#include "commit.h"
#include "environment.h"
#include "gettext.h"

2
submodule-config.c

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
#include "cache.h"
#include "git-compat-util.h"
#include "alloc.h"
#include "dir.h"
#include "environment.h"

2
tag.c

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
#include "cache.h"
#include "git-compat-util.h"
#include "environment.h"
#include "tag.h"
#include "object-name.h"

2
transport.c

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
#include "cache.h"
#include "git-compat-util.h"
#include "advice.h"
#include "alloc.h"
#include "config.h"

2
walker.c

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
#include "cache.h"
#include "git-compat-util.h"
#include "gettext.h"
#include "hex.h"
#include "walker.h"

Loading…
Cancel
Save