Index: uspace/lib/cpp/include/impl/unordered_set.hpp
===================================================================
--- uspace/lib/cpp/include/impl/unordered_set.hpp	(revision 170761c9785e1d0ed82e207de88f065a220881a5)
+++ uspace/lib/cpp/include/impl/unordered_set.hpp	(revision b044f66b8dea97833ca80c25b278dd700e914ab3)
@@ -31,5 +31,5 @@
 
 #include <initializer_list>
-#include <internal/hash_map.hpp>
+#include <internal/hash_table.hpp>
 #include <functional>
 #include <memory>
@@ -55,5 +55,5 @@
 
     template<
-        class Key
+        class Key,
         class Hash = hash<Key>,
         class Pred = equal_to<Key>,
