1 // Copyright (C) 2005  Davis E. King (davis@dlib.net)
2 // License: Boost Software License   See LICENSE.txt for the full license.
3 #ifndef DLIB_MEMBER_FUNCTION_POINTEr_
4 #define DLIB_MEMBER_FUNCTION_POINTEr_
5 
6 #include "member_function_pointer/member_function_pointer_kernel_1.h"
7 #include "member_function_pointer/make_mfp.h"
8 
9 #endif // DLIB_MEMBER_FUNCTION_POINTEr_
10 
11