(svn r21890) -Cleanup: remove some unneeded includes

This commit is contained in:
rubidium
2011-01-22 14:52:20 +00:00
parent 849772f0fd
commit 7eba2bf4d3
95 changed files with 14 additions and 131 deletions

View File

@@ -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

View File

@@ -14,7 +14,6 @@
#include "alloc_func.hpp"
#include "mem_func.hpp"
#include "math_func.hpp"
/**
* Simple vector template class.