diff options
Diffstat (limited to 'src/cryptopp/sha.cpp')
| -rw-r--r-- | src/cryptopp/sha.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/cryptopp/sha.cpp b/src/cryptopp/sha.cpp index 1ff6c0b45..fd0b0a259 100644 --- a/src/cryptopp/sha.cpp +++ b/src/cryptopp/sha.cpp @@ -5,14 +5,14 @@ // use "cl /EP /P /DCRYPTOPP_GENERATE_X64_MASM sha.cpp" to generate MASM code -#include "cryptopp/pch.h" +#include "pch.h" #ifndef CRYPTOPP_IMPORTS #ifndef CRYPTOPP_GENERATE_X64_MASM -#include "cryptopp/sha.h" -#include "cryptopp/misc.h" -#include "cryptopp/cpu.h" +#include "sha.h" +#include "misc.h" +#include "cpu.h" NAMESPACE_BEGIN(CryptoPP) |