summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-rw-r--r--src/core/mem_func.hpp1
-rw-r--r--src/core/sort_func.hpp2
2 files changed, 0 insertions, 3 deletions
diff --git a/src/core/mem_func.hpp b/src/core/mem_func.hpp
index 2443d9ccb..42e7b42f4 100644
--- a/src/core/mem_func.hpp
+++ b/src/core/mem_func.hpp
@@ -12,7 +12,6 @@
#ifndef MEM_FUNC_HPP
#define MEM_FUNC_HPP
-#include <string.h>
#include "math_func.hpp"
/**
diff --git a/src/core/sort_func.hpp b/src/core/sort_func.hpp
index d3bb7202a..180191f4d 100644
--- a/src/core/sort_func.hpp
+++ b/src/core/sort_func.hpp
@@ -12,8 +12,6 @@
#ifndef SORT_FUNC_HPP
#define SORT_FUNC_HPP
-#include <stdlib.h>
-#include "math_func.hpp"
#include "mem_func.hpp"
/**