summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-rw-r--r--src/core/overflowsafe_type.hpp1
-rw-r--r--src/core/smallvec_type.hpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/core/overflowsafe_type.hpp b/src/core/overflowsafe_type.hpp
index 97ebbbc28..e6a31395a 100644
--- a/src/core/overflowsafe_type.hpp
+++ b/src/core/overflowsafe_type.hpp
@@ -12,7 +12,6 @@
#ifndef OVERFLOWSAFE_TYPE_HPP
#define OVERFLOWSAFE_TYPE_HPP
-#include "math_func.hpp"
/**
* Overflow safe template for integers, i.e. integers that will never overflow
diff --git a/src/core/smallvec_type.hpp b/src/core/smallvec_type.hpp
index 89b12d5f5..8116ca2ea 100644
--- a/src/core/smallvec_type.hpp
+++ b/src/core/smallvec_type.hpp
@@ -14,7 +14,6 @@
#include "alloc_func.hpp"
#include "mem_func.hpp"
-#include "math_func.hpp"
/**
* Simple vector template class.