From 94d90dd045463a540fe14880b1c04e2ce44a1efe Mon Sep 17 00:00:00 2001 From: ancarola Date: Mon, 11 Feb 2019 12:48:58 +0100 Subject: CMakeLists: include fixes, include tree structure modified --- include/mm.hpp | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 include/mm.hpp (limited to 'include/mm.hpp') diff --git a/include/mm.hpp b/include/mm.hpp deleted file mode 100644 index 7e9f02b..0000000 --- a/include/mm.hpp +++ /dev/null @@ -1,11 +0,0 @@ -#pragma once - -/* MiniMath - * A mathematical vector library that (ab)uses modern C++ abstraction features. - * This header includes the entire library. - * - * Warning: having (ab)used a lot of templated code it is not recommended to - * include everything as it may slow down the compiler. - */ - -#include "mm/mmvec.hpp" -- cgit v1.2.1