Skip to content

Commit 757c2ba

Browse files
newrengitster
authored andcommitted
oidset: remove unnecessary include
When commit 8b2f8cb ("oidset: use khash", 2018-10-04) moved from using oidmap to khash, it replaced the oidmap.h include with both one for hashmap.h and khash.h. Since the hashmap.h header is unnecessary, and the point of the patch was to switch from hashmap (used by oidmap) to khash.h, remove the unneccessary include. Signed-off-by: Elijah Newren <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 4cd1cf3 commit 757c2ba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

oidset.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#ifndef OIDSET_H
22
#define OIDSET_H
33

4-
#include "hashmap.h"
54
#include "khash.h"
65

76
/**

0 commit comments

Comments
 (0)