]> git.ipfire.org Git - thirdparty/git.git/blobdiff - midx.c
Merge branch 'tb/object-access-overflow-protection'
[thirdparty/git.git] / midx.c
diff --git a/midx.c b/midx.c
index 067482a98cc42743c37c4fae2aed77110e13ee5a..931f55735037fcc4de53005ef0970e9ed3781885 100644 (file)
--- a/midx.c
+++ b/midx.c
@@ -1,6 +1,5 @@
 #include "git-compat-util.h"
 #include "abspath.h"
-#include "alloc.h"
 #include "config.h"
 #include "csum-file.h"
 #include "dir.h"
@@ -9,7 +8,7 @@
 #include "lockfile.h"
 #include "packfile.h"
 #include "object-file.h"
-#include "object-store.h"
+#include "object-store-ll.h"
 #include "hash-lookup.h"
 #include "midx.h"
 #include "progress.h"