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_DISJOINt_SUBSETS_
4 #define DLIB_DISJOINt_SUBSETS_
5 
6 
7 #include "disjoint_subsets/disjoint_subsets.h"
8 #include "disjoint_subsets/disjoint_subsets_sized.h"
9 
10 #endif // DLIB_DISJOINt_SUBSETS_
11 
12 
13