Merge branch 'sb/string-list-remove-unused' into maint
[gitweb.git] / resolve-undo.h
index 46306455edddb94a554a7a2fcadf49a30861f599..fbe348efac929f9202c4f3e81d962e84157b9082 100644 (file)
@@ -1,9 +1,11 @@
 #ifndef RESOLVE_UNDO_H
 #define RESOLVE_UNDO_H
 
+#include "cache.h"
+
 struct resolve_undo_info {
        unsigned int mode[3];
-       unsigned char sha1[3][20];
+       struct object_id oid[3];
 };
 
 extern void record_resolve_undo(struct index_state *, struct cache_entry *);