diff options
Diffstat (limited to 'cryptopp/crypto/pch.h')
-rw-r--r-- | cryptopp/crypto/pch.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/cryptopp/crypto/pch.h b/cryptopp/crypto/pch.h deleted file mode 100644 index 765ebde..0000000 --- a/cryptopp/crypto/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
|