diff options
-rw-r--r-- | plugins/CryptoPP/crypto/src/pch.h | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/plugins/CryptoPP/crypto/src/pch.h b/plugins/CryptoPP/crypto/src/pch.h index 765ebde9b3..a1faec09bb 100644 --- a/plugins/CryptoPP/crypto/src/pch.h +++ b/plugins/CryptoPP/crypto/src/pch.h @@ -9,12 +9,10 @@ #include "config.h"
- #ifdef USE_PRECOMPILED_HEADERS
- #include "simple.h"
- #include "secblock.h"
- #include "misc.h"
- #include "smartptr.h"
- #endif
+ #include "simple.h"
+ #include "secblock.h"
+ #include "misc.h"
+ #include "smartptr.h"
#endif
|