1 // Copyright (C) 2011  Davis E. King (davis@dlib.net)
2 // License: Boost Software License   See LICENSE.txt for the full license.
3 #ifndef DLIB_HASh_
4 #define DLIB_HASh_
5 
6 
7 #include "general_hash/hash.h"
8 #include "general_hash/random_hashing.h"
9 #include "general_hash/count_bits.h"
10 
11 
12 #endif // DLIB_HASh_
13 
14 
15