From 3438e5d3ddf8444f0e31009ffbe8237ef3752c22 Mon Sep 17 00:00:00 2001 From: Alexander Harkness Date: Sun, 24 Nov 2013 14:21:13 +0000 Subject: move cryptopp into lib --- CryptoPP/pch.h | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 CryptoPP/pch.h (limited to 'CryptoPP/pch.h') diff --git a/CryptoPP/pch.h b/CryptoPP/pch.h deleted file mode 100644 index 418c39076..000000000 --- a/CryptoPP/pch.h +++ /dev/null @@ -1,21 +0,0 @@ -#ifndef CRYPTOPP_PCH_H -#define CRYPTOPP_PCH_H - -#ifdef CRYPTOPP_GENERATE_X64_MASM - - #include "cpu.h" - -#else - - #include "config.h" - - #ifdef USE_PRECOMPILED_HEADERS - #include "simple.h" - #include "secblock.h" - #include "misc.h" - #include "smartptr.h" - #endif - -#endif - -#endif -- cgit v1.2.3