diff options
author | practicalswift <practicalswift@users.noreply.github.com> | 2019-07-31 10:03:55 +0000 |
---|---|---|
committer | practicalswift <practicalswift@users.noreply.github.com> | 2019-10-15 22:56:43 +0000 |
commit | 084e17cebd424b8e8ced674bc810eef4e6ee5d3b (patch) | |
tree | 683800e6c7b199e26ac19d481f2cb6e340cebf29 /src/bench/poly1305.cpp | |
parent | eb292af309aa57f3d7998b01307dd4cb91702908 (diff) |
Remove unused includes
Diffstat (limited to 'src/bench/poly1305.cpp')
-rw-r--r-- | src/bench/poly1305.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bench/poly1305.cpp b/src/bench/poly1305.cpp index 16342d0fbe..02e5fecc0d 100644 --- a/src/bench/poly1305.cpp +++ b/src/bench/poly1305.cpp @@ -2,7 +2,6 @@ // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. -#include <iostream> #include <bench/bench.h> #include <crypto/poly1305.h> |