oidset: remove unnecessary include
commit757c2ba3e2b2b9ce2d3812cdf132dc08b901195b
authorElijah Newren <newren@gmail.com>
Sat, 14 Mar 2020 19:15:47 +0000 (14 19:15 +0000)
committerJunio C Hamano <gitster@pobox.com>
Sun, 15 Mar 2020 22:44:25 +0000 (15 15:44 -0700)
treeab09ff25b8ffd5352aa5f91d64dea9358c5d82c4
parent4cd1cf31efed9b16db5035c377bfa222f5272458
oidset: remove unnecessary include

When commit 8b2f8cbcb1 ("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 <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
oidset.h