]> git.ipfire.org Git - thirdparty/git.git/blobdiff - config.h
submodule: make zero-oid comparison hash function agnostic
[thirdparty/git.git] / config.h
index 2d5c18b05f85e1a6a7f954442f5d7565e9769212..ab46e0165d8ffa782a796d0e2b23337aa9004b51 100644 (file)
--- a/config.h
+++ b/config.h
@@ -1,6 +1,11 @@
 #ifndef CONFIG_H
 #define CONFIG_H
 
+#include "hashmap.h"
+#include "string-list.h"
+
+struct object_id;
+
 /* git_config_parse_key() returns these negated: */
 #define CONFIG_INVALID_KEY 1
 #define CONFIG_NO_SECTION_OR_NAME 2