Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'patch-ids.c')
-rw-r--r--patch-ids.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/patch-ids.c b/patch-ids.c
index 3153446626..a5683b462c 100644
--- a/patch-ids.c
+++ b/patch-ids.c
@@ -1,7 +1,8 @@
-#include "cache.h"
+#include "git-compat-util.h"
#include "diff.h"
#include "commit.h"
-#include "hash-lookup.h"
+#include "hash.h"
+#include "hex.h"
#include "patch-ids.h"
static int patch_id_defined(struct commit *commit)