diff options
author | Junio C Hamano <gitster@pobox.com> | 2020-03-25 13:57:44 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-03-25 13:57:44 -0700 |
commit | 883e23820ed21b4ae65463f2a87152285bf77937 (patch) | |
tree | a56cef7af613da7a05e7971be0615ba0300ed5f1 /oidset.h | |
parent | 4cd9bb45c7f749d1b752d94166805d47fbffdece (diff) | |
parent | 757c2ba3e2b2b9ce2d3812cdf132dc08b901195b (diff) | |
download | git-883e23820ed21b4ae65463f2a87152285bf77937.tar.gz |
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.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1,7 +1,6 @@ #ifndef OIDSET_H #define OIDSET_H -#include "hashmap.h" #include "khash.h" /** |