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/debug_new.h | |
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/debug_new.h')
-rw-r--r-- | src/debug/debug_new.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 |