summaryrefslogtreecommitdiff
path: root/bench2.cpp
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-07-27 21:04:30 -0400
committerJeffrey Walton <noloader@gmail.com>2018-07-27 21:04:30 -0400
commit97e283c8fd37c64bd18d2c95fd7aef650c77903b (patch)
tree8488eaf3bfec65359002de45f04eaa886dfbf10d /bench2.cpp
parent884851cd9a1cda4eccaffd7e30f8234c27da870f (diff)
downloadcryptopp-git-97e283c8fd37c64bd18d2c95fd7aef650c77903b.tar.gz
Cleanup head notes and includes
Diffstat (limited to 'bench2.cpp')
-rw-r--r--bench2.cpp12
1 files changed, 3 insertions, 9 deletions
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