Browse Source

treewide: remove cache.h inclusion due to previous changes

Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
main
Elijah Newren 2 years ago committed by Junio C Hamano
parent
commit
5e3f94dfe3
  1. 2
      archive-zip.c
  2. 2
      bundle-uri.c
  3. 2
      color.c
  4. 2
      combine-diff.c
  5. 2
      common-main.c
  6. 2
      config.c
  7. 2
      copy.c
  8. 2
      credential.c
  9. 2
      daemon.c
  10. 2
      date.c
  11. 2
      diagnose.c
  12. 2
      environment.c
  13. 2
      ll-merge.c
  14. 2
      match-trees.c
  15. 2
      midx.c
  16. 2
      object-file.c
  17. 2
      packfile.c
  18. 2
      pkt-line.c
  19. 2
      range-diff.c
  20. 2
      ref-filter.c
  21. 1
      t/helper/test-match-trees.c
  22. 1
      t/helper/test-mergesort.c
  23. 1
      t/helper/test-oid-array.c
  24. 1
      t/helper/test-oidtree.c
  25. 1
      t/helper/test-parse-options.c
  26. 1
      t/helper/test-read-midx.c
  27. 1
      t/helper/test-string-list.c
  28. 2
      tree-diff.c
  29. 2
      tree-walk.c
  30. 2
      tree.c
  31. 3
      wrapper.c

2
archive-zip.c

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
/*
* Copyright (c) 2006 Rene Scharfe
*/
#include "cache.h"
#include "git-compat-util.h"
#include "config.h"
#include "archive.h"
#include "gettext.h"

2
bundle-uri.c

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

2
color.c

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

2
combine-diff.c

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

2
common-main.c

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
#include "cache.h"
#include "git-compat-util.h"
#include "exec-cmd.h"
#include "gettext.h"
#include "attr.h"

2
config.c

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
* Copyright (C) Johannes Schindelin, 2005
*
*/
#include "cache.h"
#include "git-compat-util.h"
#include "abspath.h"
#include "advice.h"
#include "alloc.h"

2
copy.c

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
#include "cache.h"
#include "git-compat-util.h"
#include "copy.h"
#include "path.h"
#include "wrapper.h"

2
credential.c

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

2
daemon.c

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

2
date.c

@ -4,7 +4,7 @@ @@ -4,7 +4,7 @@
* Copyright (C) Linus Torvalds, 2005
*/

#include "cache.h"
#include "git-compat-util.h"
#include "date.h"
#include "gettext.h"
#include "pager.h"

2
diagnose.c

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
#include "cache.h"
#include "git-compat-util.h"
#include "diagnose.h"
#include "compat/disk.h"
#include "archive.h"

2
environment.c

@ -7,7 +7,7 @@ @@ -7,7 +7,7 @@
* even if you might want to know where the git directory etc
* are.
*/
#include "cache.h"
#include "git-compat-util.h"
#include "abspath.h"
#include "branch.h"
#include "convert.h"

2
ll-merge.c

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

#include "cache.h"
#include "git-compat-util.h"
#include "config.h"
#include "convert.h"
#include "attr.h"

2
match-trees.c

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
#include "cache.h"
#include "git-compat-util.h"
#include "hex.h"
#include "match-trees.h"
#include "tree.h"

2
midx.c

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

2
object-file.c

@ -6,7 +6,7 @@ @@ -6,7 +6,7 @@
* This handles basic git object files - packing, unpacking,
* creation etc.
*/
#include "cache.h"
#include "git-compat-util.h"
#include "abspath.h"
#include "alloc.h"
#include "config.h"

2
packfile.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"

2
pkt-line.c

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
#include "cache.h"
#include "git-compat-util.h"
#include "copy.h"
#include "pkt-line.h"
#include "gettext.h"

2
range-diff.c

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

2
ref-filter.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
t/helper/test-match-trees.c

@ -1,5 +1,4 @@ @@ -1,5 +1,4 @@
#include "test-tool.h"
#include "cache.h"
#include "hex.h"
#include "match-trees.h"
#include "object-name.h"

1
t/helper/test-mergesort.c

@ -1,5 +1,4 @@ @@ -1,5 +1,4 @@
#include "test-tool.h"
#include "cache.h"
#include "mem-pool.h"
#include "mergesort.h"
#include "strbuf.h"

1
t/helper/test-oid-array.c

@ -1,5 +1,4 @@ @@ -1,5 +1,4 @@
#include "test-tool.h"
#include "cache.h"
#include "hex.h"
#include "oid-array.h"
#include "setup.h"

1
t/helper/test-oidtree.c

@ -1,5 +1,4 @@ @@ -1,5 +1,4 @@
#include "test-tool.h"
#include "cache.h"
#include "hex.h"
#include "oidtree.h"
#include "setup.h"

1
t/helper/test-parse-options.c

@ -1,5 +1,4 @@ @@ -1,5 +1,4 @@
#include "test-tool.h"
#include "cache.h"
#include "parse-options.h"
#include "strbuf.h"
#include "string-list.h"

1
t/helper/test-read-midx.c

@ -1,5 +1,4 @@ @@ -1,5 +1,4 @@
#include "test-tool.h"
#include "cache.h"
#include "hex.h"
#include "midx.h"
#include "repository.h"

1
t/helper/test-string-list.c

@ -1,5 +1,4 @@ @@ -1,5 +1,4 @@
#include "test-tool.h"
#include "cache.h"
#include "strbuf.h"
#include "string-list.h"


2
tree-diff.c

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
/*
* Helper functions for tree diff generation
*/
#include "cache.h"
#include "git-compat-util.h"
#include "diff.h"
#include "diffcore.h"
#include "tree.h"

2
tree-walk.c

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

2
tree.c

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

3
wrapper.c

@ -1,10 +1,11 @@ @@ -1,10 +1,11 @@
/*
* Various trivial helper wrappers around standard functions
*/
#include "cache.h"
#include "git-compat-util.h"
#include "abspath.h"
#include "config.h"
#include "gettext.h"
#include "object.h"
#include "repository.h"
#include "strbuf.h"
#include "trace2.h"

Loading…
Cancel
Save