diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-10-08 11:44:02 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-10-08 13:04:49 +0300 |
commit | b13beb3c1d965dd1a2a8dd3bdbea3d66242c3298 (patch) | |
tree | 09e94834279ae54b19403805e7f77766cf38bcce /src/debug | |
parent | 57c8ddb516edcf88de31a6bcd7724d4329839c0a (diff) | |
download | plus-b13beb3c1d965dd1a2a8dd3bdbea3d66242c3298.tar.gz plus-b13beb3c1d965dd1a2a8dd3bdbea3d66242c3298.tar.bz2 plus-b13beb3c1d965dd1a2a8dd3bdbea3d66242c3298.tar.xz plus-b13beb3c1d965dd1a2a8dd3bdbea3d66242c3298.zip |
remove unused system headers.
also remplace legacy headers.
Diffstat (limited to 'src/debug')
-rw-r--r-- | src/debug/debug_new.cpp | 1 | ||||
-rw-r--r-- | src/debug/debug_new.h | 1 | ||||
-rw-r--r-- | src/debug/fast_mutex.h | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/src/debug/debug_new.cpp b/src/debug/debug_new.cpp index b1242cc09..572a96e08 100644 --- a/src/debug/debug_new.cpp +++ b/src/debug/debug_new.cpp @@ -42,7 +42,6 @@ #ifdef ENABLE_MEM_DEBUG #include <new> #include <assert.h> -#include <stdio.h> #include <stdlib.h> #include <string.h> #ifdef __unix__ diff --git a/src/debug/debug_new.h b/src/debug/debug_new.h index 00861f0bf..67b588f32 100644 --- a/src/debug/debug_new.h +++ b/src/debug/debug_new.h @@ -43,7 +43,6 @@ #define M_DEBUG_NEW_H #include <new> -#include <stdio.h> /** * @def HAVE_PLACEMENT_DELETE diff --git a/src/debug/fast_mutex.h b/src/debug/fast_mutex.h index 6fe51e6d8..d54f2e353 100644 --- a/src/debug/fast_mutex.h +++ b/src/debug/fast_mutex.h @@ -92,7 +92,6 @@ # endif # ifdef _DEBUG -# include <stdio.h> # include <stdlib.h> /** Macro for fast_mutex assertions. Real version (for debug mode). */ # define _FAST_MUTEX_ASSERT(_Expr, _Msg) \ |