Update ClearableHashSet.h

This commit is contained in:
alexey-milovidov 2018-01-19 21:51:45 +03:00 committed by GitHub
parent 694b305036
commit 0a3b1679ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,6 @@
#include <type_traits>
#include <Common/HashTable/HashSet.h>
#include <Common/HashTable/HashMap.h>
/** A hash table that allows you to clear the table in O(1).