From ba4509bbbac4a2db8ff44f3fc6059d2543d6aeae Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 12 Apr 2018 18:50:59 +0300 Subject: speeding up compilation --- plugins/CryptoPP/crypto/src/pch.h | 10 ++++------ 1 file 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 -- cgit v1.2.3