summaryrefslogtreecommitdiff
path: root/cache.h
diff options
context:
space:
mode:
authorLibravatar Brandon Williams <bmwill@google.com>2017-06-14 11:07:36 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2017-06-15 12:56:22 -0700
commitb2141fc1d20e659810245ec6ca1c143c60e033ec (patch)
tree12230b8b41fc2786e74a95809a5c3c2256266ceb /cache.h
parentconfig: remove git_config_iter (diff)
downloadtgif-b2141fc1d20e659810245ec6ca1c143c60e033ec.tar.xz
config: don't include config.h by default
Stop including config.h by default in cache.h. Instead only include config.h in those files which require use of the config system. Signed-off-by: Brandon Williams <bmwill@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'cache.h')
-rw-r--r--cache.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cache.h b/cache.h
index 67efb47a14..160ff81aa7 100644
--- a/cache.h
+++ b/cache.h
@@ -11,7 +11,6 @@
#include "string-list.h"
#include "pack-revindex.h"
#include "hash.h"
-#include "config.h"
#ifndef platform_SHA_CTX
/*