From 64246e68515f9c73315a06f4f62738e45655f983 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 11 Oct 2013 15:48:26 +0000 Subject: dynamic memory allocation on buffer overrun. 99.95% of strings are still printed without any need of memory allocation git-svn-id: http://svn.miranda-ng.org/main/trunk@6440 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/mir_core/commonheaders.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/mir_core/commonheaders.h') diff --git a/src/mir_core/commonheaders.h b/src/mir_core/commonheaders.h index 216eaf23f6..bf8e5444ff 100644 --- a/src/mir_core/commonheaders.h +++ b/src/mir_core/commonheaders.h @@ -35,8 +35,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include #include -#include - #include #include #include @@ -56,6 +54,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include #include #include +#include #include "miranda.h" -- cgit v1.2.3