diff options
author | George Hazan <ghazan@miranda.im> | 2018-04-12 18:50:59 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-04-12 18:50:59 +0300 |
commit | ba4509bbbac4a2db8ff44f3fc6059d2543d6aeae (patch) | |
tree | e2a81577136f316f87b7c74a6842783eb5b9c3cb | |
parent | 5c2cf8f700c8b76012adf9b4a87f563719c5cbb2 (diff) |
speeding up compilation
-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
|