aboutsummaryrefslogtreecommitdiffstats
path: root/refs.c
diff options
context:
space:
mode:
Diffstat (limited to 'refs.c')
-rw-r--r--refs.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/refs.c b/refs.c
index 881a0da65c..c029f64982 100644
--- a/refs.c
+++ b/refs.c
@@ -17,8 +17,9 @@
#include "run-command.h"
#include "hook.h"
#include "object-name.h"
-#include "object-store.h"
+#include "object-store-ll.h"
#include "object.h"
+#include "path.h"
#include "tag.h"
#include "submodule.h"
#include "worktree.h"
@@ -28,6 +29,7 @@
#include "sigchain.h"
#include "date.h"
#include "commit.h"
+#include "wildmatch.h"
#include "wrapper.h"
/*