#ifndef __HASH_H__ #define __HASH_H__ #include "hash/hash.h" #include "hash/value.h" #include "hash/interface/hashable.h" #endif // __HASH_H__ // vim: set ts=4 sw=4: