summaryrefslogtreecommitdiff
path: root/oidset.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-03-25 20:57:44 (GMT)
committerJunio C Hamano <gitster@pobox.com>2020-03-25 20:57:44 (GMT)
commit883e23820ed21b4ae65463f2a87152285bf77937 (patch)
treea56cef7af613da7a05e7971be0615ba0300ed5f1 /oidset.h
parent4cd9bb45c7f749d1b752d94166805d47fbffdece (diff)
parent757c2ba3e2b2b9ce2d3812cdf132dc08b901195b (diff)
downloadgit-883e23820ed21b4ae65463f2a87152285bf77937.zip
git-883e23820ed21b4ae65463f2a87152285bf77937.tar.gz
git-883e23820ed21b4ae65463f2a87152285bf77937.tar.bz2
Merge branch 'en/oidset-uninclude-hashmap'
Code clean-up. * en/oidset-uninclude-hashmap: oidset: remove unnecessary include
Diffstat (limited to 'oidset.h')
-rw-r--r--oidset.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/oidset.h b/oidset.h
index 5346563..d8a106b 100644
--- a/oidset.h
+++ b/oidset.h
@@ -1,7 +1,6 @@
#ifndef OIDSET_H
#define OIDSET_H
-#include "hashmap.h"
#include "khash.h"
/**