Alexander Kuleshov [off-list ref] writes:
"cache.h" removed, because it's already included at "builtin.h"
Signed-off-by: Alexander Kuleshov <redacted>
---
Let's put this on hold.
$ git grep --all-match -l -e cache\\.h -e builtin\\.h -- \*.c
shows us there are tons, not just this one.
Also I'd like to see this discussion simmer a bit more:
http://thread.gmane.org/gmane.comp.version-control.git/262454/focus=262499
quoted hunk
builtin/init-db.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/builtin/init-db.c b/builtin/init-db.c
index 280454a..8edef87 100644
--- a/builtin/init-db.c
+++ b/builtin/init-db.c
@@ -3,7 +3,6 @@
*
* Copyright (C) Linus Torvalds, 2005
*/
-#include "cache.h"
#include "builtin.h"
#include "exec_cmd.h"
#include "parse-options.h"