From 97e283c8fd37c64bd18d2c95fd7aef650c77903b Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Fri, 27 Jul 2018 21:04:30 -0400 Subject: [PATCH] Cleanup head notes and includes --- bench1.cpp | 10 +++------- bench2.cpp | 12 +++--------- bench3.cpp | 9 ++++++++- 3 files changed, 14 insertions(+), 17 deletions(-) diff --git a/bench1.cpp b/bench1.cpp index 31936c52..11dee0be 100644 --- a/bench1.cpp +++ b/bench1.cpp @@ -6,17 +6,13 @@ #include "validate.h" #include "cpu.h" -#include "files.h" -#include "filters.h" -#include "hex.h" +#include "drbg.h" #include "factory.h" +#include "algparam.h" +#include "argnames.h" #include "smartptr.h" #include "stdcpp.h" -#include "drbg.h" -#include "rdrand.h" -#include "padlkrng.h" - #if CRYPTOPP_MSC_VERSION # pragma warning(disable: 4355) #endif diff --git a/bench2.cpp b/bench2.cpp index 9911f7b8..2470399c 100644 --- a/bench2.cpp +++ b/bench2.cpp @@ -1,4 +1,4 @@ -// bench1.cpp - originally written and placed in the public domain by Wei Dai +// bench2.cpp - originally written and placed in the public domain by Wei Dai // CryptoPP::Test namespace added by JW in February 2017 #include "cryptlib.h" @@ -6,18 +6,12 @@ #include "validate.h" #include "cpu.h" -#include "files.h" -#include "filters.h" -#include "hex.h" #include "factory.h" +#include "algparam.h" +#include "argnames.h" #include "smartptr.h" #include "stdcpp.h" -#include "modes.h" -#include "aes.h" -#include "kalyna.h" -#include "threefish.h" - #if CRYPTOPP_MSC_VERSION # pragma warning(disable: 4355) #endif diff --git a/bench3.cpp b/bench3.cpp index b6ca0b68..5f291698 100644 --- a/bench3.cpp +++ b/bench3.cpp @@ -1,10 +1,17 @@ -// bench2.cpp - originally written and placed in the public domain by Wei Dai +// bench3.cpp - originally written and placed in the public domain by Wei Dai // CryptoPP::Test namespace added by JW in February 2017 #include "cryptlib.h" #include "bench.h" #include "validate.h" +#include "cpu.h" +#include "factory.h" +#include "algparam.h" +#include "argnames.h" +#include "smartptr.h" +#include "stdcpp.h" + #include "pubkey.h" #include "gfpcrypt.h" #include "eccrypto.h"