diff options
author | Sven Gothel <[email protected]> | 2020-12-23 13:40:23 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2020-12-23 13:40:23 +0100 |
commit | a3098623819455cf918dcfb425b1f6baab1ba408 (patch) | |
tree | 70447bc5dfa51bc7b4c5896b15e68bddd6f276ad /include/jau/int_math.hpp | |
parent | c71c4166aeb11ca32b888b42bd79d408bb328f49 (diff) |
Add float_math.hpp for epsilon comparison; Test cleanup
Diffstat (limited to 'include/jau/int_math.hpp')
-rw-r--r-- | include/jau/int_math.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/jau/int_math.hpp b/include/jau/int_math.hpp index 92bacd7..cd37795 100644 --- a/include/jau/int_math.hpp +++ b/include/jau/int_math.hpp @@ -26,7 +26,6 @@ #ifndef JAU_BASIC_INT_MATH_HPP_ #define JAU_BASIC_INT_MATH_HPP_ -#include <mutex> #include <cmath> namespace jau { |