From ce8e106147f7697285ef740dde39541f4f7e7187 Mon Sep 17 00:00:00 2001 From: weidai Date: Thu, 29 Jul 2010 08:51:39 +0000 Subject: fix compile on GCC 4.4 and greater git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@512 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- rijndael.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'rijndael.cpp') diff --git a/rijndael.cpp b/rijndael.cpp index 9a77902..608b9d3 100644 --- a/rijndael.cpp +++ b/rijndael.cpp @@ -73,11 +73,6 @@ being unloaded from L1 cache, until that round is finished. #include "misc.h" #include "cpu.h" -#if CRYPTOPP_BOOL_AESNI_INTRINSICS_AVAILABLE -#include -#include -#endif - NAMESPACE_BEGIN(CryptoPP) #ifdef CRYPTOPP_ALLOW_UNALIGNED_DATA_ACCESS -- cgit v1.2.1