1 // Copyright (C) 2015  Davis E. King (davis@dlib.net)
2 // License: Boost Software License   See LICENSE.txt for the full license.
3 #ifndef DLIB_CONTRoL_
4 #define DLIB_CONTRoL_
5 
6 #include "control/lspi.h"
7 #include "control/mpc.h"
8 
9 #endif // DLIB_CONTRoL_
10 
11 
12