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_LSh_
4 #define DLIB_LSh_
5 
6 
7 #include "lsh/projection_hash.h"
8 #include "lsh/create_random_projection_hash.h"
9 #include "lsh/hashes.h"
10 
11 
12 #endif // DLIB_LSh_
13 
14 
15