diff options
author | rubidium <rubidium@openttd.org> | 2011-01-22 14:52:20 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2011-01-22 14:52:20 +0000 |
commit | 7eba2bf4d3eeeda0aabf98a15d1ca0f0e7e4c495 (patch) | |
tree | 1759e0827ec011e0d47840127b082b2ae45ede50 /src/misc | |
parent | 849772f0fd50fdbbc6eb46625a19f1c0602d4517 (diff) | |
download | openttd-7eba2bf4d3eeeda0aabf98a15d1ca0f0e7e4c495.tar.xz |
(svn r21890) -Cleanup: remove some unneeded includes
Diffstat (limited to 'src/misc')
-rw-r--r-- | src/misc/blob.hpp | 2 | ||||
-rw-r--r-- | src/misc/str.hpp | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/src/misc/blob.hpp b/src/misc/blob.hpp index c3ae103d6..bd83904ea 100644 --- a/src/misc/blob.hpp +++ b/src/misc/blob.hpp @@ -13,8 +13,6 @@ #define BLOB_HPP #include "../core/alloc_func.hpp" -#include "../core/mem_func.hpp" -#include <new> /** * Base class for simple binary blobs. diff --git a/src/misc/str.hpp b/src/misc/str.hpp index 78e5ed9fe..1d58b63ae 100644 --- a/src/misc/str.hpp +++ b/src/misc/str.hpp @@ -15,6 +15,7 @@ #include <errno.h> #include <stdarg.h> #include "blob.hpp" +#include "../core/math_func.hpp" #include "../string_func.h" /** Blob based case sensitive ANSI/UTF-8 string */ |