summaryrefslogtreecommitdiff
path: root/bench1.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 /bench1.cpp
parent884851cd9a1cda4eccaffd7e30f8234c27da870f (diff)
downloadcryptopp-git-97e283c8fd37c64bd18d2c95fd7aef650c77903b.tar.gz
Cleanup head notes and includes
Diffstat (limited to 'bench1.cpp')
-rw-r--r--bench1.cpp10
1 files changed, 3 insertions, 7 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