diff options
Diffstat (limited to 'cryptopp/pch.h')
-rw-r--r-- | cryptopp/pch.h | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/cryptopp/pch.h b/cryptopp/pch.h index 765ebde9b3..418c39076d 100644 --- a/cryptopp/pch.h +++ b/cryptopp/pch.h @@ -1,21 +1,21 @@ -#ifndef CRYPTOPP_PCH_H
-#define CRYPTOPP_PCH_H
-
-#ifdef CRYPTOPP_GENERATE_X64_MASM
-
- #include "cpu.h"
-
-#else
-
- #include "config.h"
-
- #ifdef USE_PRECOMPILED_HEADERS
- #include "simple.h"
- #include "secblock.h"
- #include "misc.h"
- #include "smartptr.h"
- #endif
-
-#endif
-
-#endif
+#ifndef CRYPTOPP_PCH_H +#define CRYPTOPP_PCH_H + +#ifdef CRYPTOPP_GENERATE_X64_MASM + + #include "cpu.h" + +#else + + #include "config.h" + + #ifdef USE_PRECOMPILED_HEADERS + #include "simple.h" + #include "secblock.h" + #include "misc.h" + #include "smartptr.h" + #endif + +#endif + +#endif |