lin
core.hpp
Go to the documentation of this file.
1 // vim: set tabstop=2:softtabstop=2:shiftwidth=2:expandtab
2 
15 #ifndef LIN_CORE_HPP_
16 #define LIN_CORE_HPP_
17 
18 #include "core/config.hpp"
19 #include "core/operations.hpp"
20 #include "core/traits.hpp"
21 #include "core/types.hpp"
22 
23 #endif