From c42947e19b938fc095545d02351beec2cf79a270 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Mon, 27 Jul 2015 13:03:18 -0400 Subject: [PATCH] Rearranged includes for consistency after testing --- misc.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/misc.h b/misc.h index 7e61605b..c3b260e0 100644 --- a/misc.h +++ b/misc.h @@ -1,8 +1,6 @@ #ifndef CRYPTOPP_MISC_H #define CRYPTOPP_MISC_H -#include // for size_t when -stdlib=libc++ - #include "cryptlib.h" #include "smartptr.h" #include "trap.h"