aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/unit_x509.cpp
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2018-01-24 06:32:09 -0500
committerJack Lloyd <[email protected]>2018-01-24 06:32:09 -0500
commit3648a72198f709da53a4903e242af7269897ebad (patch)
tree88e17a7e56c56d493a48abab4b682b1a4db98716 /src/tests/unit_x509.cpp
parent1f30ca229b303697e07dc42ee7177f1b1593beda (diff)
Remove iostream includes [ci skip]
Diffstat (limited to 'src/tests/unit_x509.cpp')
-rw-r--r--src/tests/unit_x509.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tests/unit_x509.cpp b/src/tests/unit_x509.cpp
index d0f284bf3..40138a0f9 100644
--- a/src/tests/unit_x509.cpp
+++ b/src/tests/unit_x509.cpp
@@ -5,7 +5,6 @@
* Botan is released under the Simplified BSD License (see license.txt)
*/
-#include <iostream>
#include "tests.h"
#if defined(BOTAN_HAS_X509_CERTIFICATES)