summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-04-12 18:50:59 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-04-12 18:50:59 +0300
commitba4509bbbac4a2db8ff44f3fc6059d2543d6aeae (patch)
treee2a81577136f316f87b7c74a6842783eb5b9c3cb
parent5c2cf8f700c8b76012adf9b4a87f563719c5cbb2 (diff)
speeding up compilation
-rw-r--r--plugins/CryptoPP/crypto/src/pch.h10
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