From e66a4497451a7c2920d1a68d38b5dfc5f376954f Mon Sep 17 00:00:00 2001 From: weidai Date: Sat, 24 Jul 2010 06:12:23 +0000 Subject: fix compile on Linux git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@509 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- secblock.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'secblock.h') diff --git a/secblock.h b/secblock.h index ecb397f..24b9fc0 100644 --- a/secblock.h +++ b/secblock.h @@ -7,10 +7,6 @@ #include "misc.h" #include -#if defined(CRYPTOPP_MEMALIGN_AVAILABLE) || defined(CRYPTOPP_MM_MALLOC_AVAILABLE) || defined(QNX) - #include -#endif - NAMESPACE_BEGIN(CryptoPP) // ************** secure memory allocation *************** -- cgit v1.2.1