summaryrefslogtreecommitdiff
path: root/src/debug
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-04-17 20:00:46 +0300
committerAndrei Karas <akaras@inbox.ru>2013-04-17 20:00:46 +0300
commit83b47ba8f10e76442f9ba62fd34d36c582b6b42f (patch)
tree2212784d7ca2484eeab603a5decabac8bf2407de /src/debug
parente8296254947b82828e89674cdd2b5818e42ba1c9 (diff)
downloadplus-83b47ba8f10e76442f9ba62fd34d36c582b6b42f.tar.gz
plus-83b47ba8f10e76442f9ba62fd34d36c582b6b42f.tar.bz2
plus-83b47ba8f10e76442f9ba62fd34d36c582b6b42f.tar.xz
plus-83b47ba8f10e76442f9ba62fd34d36c582b6b42f.zip
remove some unused system headers.
Diffstat (limited to 'src/debug')
-rw-r--r--src/debug/debug_new.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/debug/debug_new.cpp b/src/debug/debug_new.cpp
index bfbc56a4f..b1242cc09 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 <limits.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>