Merge branch 'en/oidset-uninclude-hashmap'

Code clean-up.

* en/oidset-uninclude-hashmap:
  oidset: remove unnecessary include
This commit is contained in:
Junio C Hamano 2020-03-25 13:57:44 -07:00
Родитель 4cd9bb45c7 757c2ba3e2
Коммит 883e23820e
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -1,7 +1,6 @@
#ifndef OIDSET_H #ifndef OIDSET_H
#define OIDSET_H #define OIDSET_H
#include "hashmap.h"
#include "khash.h" #include "khash.h"
/** /**