Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-03-25 23:57:44 +0300
committerJunio C Hamano <gitster@pobox.com>2020-03-25 23:57:44 +0300
commit883e23820ed21b4ae65463f2a87152285bf77937 (patch)
treea56cef7af613da7a05e7971be0615ba0300ed5f1 /oidset.h
parent4cd9bb45c7f749d1b752d94166805d47fbffdece (diff)
parent757c2ba3e2b2b9ce2d3812cdf132dc08b901195b (diff)
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 5346563b0b..d8a106b127 100644
--- a/oidset.h
+++ b/oidset.h
@@ -1,7 +1,6 @@
#ifndef OIDSET_H
#define OIDSET_H
-#include "hashmap.h"
#include "khash.h"
/**