]> git.ipfire.org Git - thirdparty/git.git/blobdiff - diff.h
diff.h: remove unnecessary include of oidset.h
[thirdparty/git.git] / diff.h
diff --git a/diff.h b/diff.h
index 5a0c91bb482efe3f77c1a8fc83674ec98c34ab2b..2102df329a5f09b119bc0e73fb55805d164a77b7 100644 (file)
--- a/diff.h
+++ b/diff.h
@@ -4,10 +4,12 @@
 #ifndef DIFF_H
 #define DIFF_H
 
+#include "hash-ll.h"
 #include "pathspec.h"
-#include "oidset.h"
 #include "strbuf.h"
 
+struct oidset;
+
 /**
  * The diff API is for programs that compare two sets of files (e.g. two trees,
  * one tree and the index) and present the found difference in various ways.