When this file was moved from sha1-array.h, we forgot to update the
preprocessor header guard to match the new name.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-#ifndef SHA1_ARRAY_H
-#define SHA1_ARRAY_H
+#ifndef OID_ARRAY_H
+#define OID_ARRAY_H
/**
* The API provides storage and manipulation of sets of object identifiers.
for_each_oid_fn want,
void *cbdata);
-#endif /* SHA1_ARRAY_H */
+#endif /* OID_ARRAY_H */