diff options
author | Jack Lloyd <[email protected]> | 2017-09-21 16:13:20 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-09-21 16:13:20 -0400 |
commit | 5cd468130eb73635daf598292523df787904a47d (patch) | |
tree | e2bde06c75004e9e2958f05c5785d497e4095a26 /src/tests/test_x509_path.cpp | |
parent | 5d48c1406a956496fd4a020263ee59fbe7fad90a (diff) |
More include header cleanups
Diffstat (limited to 'src/tests/test_x509_path.cpp')
-rw-r--r-- | src/tests/test_x509_path.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/tests/test_x509_path.cpp b/src/tests/test_x509_path.cpp index 544d1b35d..84b3b682b 100644 --- a/src/tests/test_x509_path.cpp +++ b/src/tests/test_x509_path.cpp @@ -11,15 +11,13 @@ #include <botan/calendar.h> #include <botan/internal/filesystem.h> #include <botan/parsing.h> + #include <botan/data_src.h> #endif -#include <algorithm> #include <fstream> -#include <iomanip> #include <string> #include <vector> #include <map> -#include <cstdlib> namespace Botan_Tests { |