]> git.ipfire.org Git - thirdparty/git.git/blobdiff - submodule.h
Merge branch 'jk/use-compat-util-in-test-tool'
[thirdparty/git.git] / submodule.h
index c98cd983e1e13d15605bb0a30d2a558fa08226bf..7d476cefa7eea0c183bf515a6f48f1fa27ca8b25 100644 (file)
@@ -1,11 +1,17 @@
 #ifndef SUBMODULE_H
 #define SUBMODULE_H
 
-struct repository;
-struct diff_options;
 struct argv_array;
+struct cache_entry;
+struct diff_options;
+struct index_state;
+struct object_id;
 struct oid_array;
+struct pathspec;
 struct remote;
+struct repository;
+struct string_list;
+struct strbuf;
 
 enum {
        RECURSE_SUBMODULES_ONLY = -5,