comparison tests/libcommon/util/main.cpp @ 33:d4f5f7231b84

Misc: switch to .hpp, dos2unix everything while here, #478
author David Demelier <markand@malikania.fr>
date Fri, 17 Jun 2016 13:12:35 +0200
parents a1e80d991968
children fabbe1759cec
comparison
equal deleted inserted replaced
32:81292e0651d2 33:d4f5f7231b84
16 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 16 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17 */ 17 */
18 18
19 #include <gtest/gtest.h> 19 #include <gtest/gtest.h>
20 20
21 #include <malikania/util.h> 21 #include <malikania/util.hpp>
22 22
23 using namespace malikania; 23 using namespace malikania;
24 24
25 /* 25 /*
26 * util::clamp 26 * util::clamp