diff options
author | Jack Lloyd <[email protected]> | 2016-10-24 14:03:02 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2016-10-24 14:03:02 -0400 |
commit | 0db9225889ea01eb7fd7ad5284ff788ec8e45b53 (patch) | |
tree | f2b8777221e0b46f9316c0c4066e4db5f5734eac /src/tests | |
parent | a7d2b849cdbe036e32f4f52436fbef748f0d94a7 (diff) |
Remove unneeded includes
Diffstat (limited to 'src/tests')
-rw-r--r-- | src/tests/test_certstor.cpp | 1 | ||||
-rw-r--r-- | src/tests/test_ecies.cpp | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/tests/test_certstor.cpp b/src/tests/test_certstor.cpp index ad09ce5f2..13f8891a7 100644 --- a/src/tests/test_certstor.cpp +++ b/src/tests/test_certstor.cpp @@ -11,7 +11,6 @@ #include <botan/sqlite3.h> #include <botan/internal/filesystem.h> #include <botan/pkcs8.h> - #include <botan/auto_rng.h> #include <sstream> extern "C" { #include <unistd.h> // unlink() diff --git a/src/tests/test_ecies.cpp b/src/tests/test_ecies.cpp index f65b015a5..53775eda4 100644 --- a/src/tests/test_ecies.cpp +++ b/src/tests/test_ecies.cpp @@ -11,7 +11,6 @@ #include "test_pubkey.h" #include <botan/ecies.h> #include <botan/ecdh.h> - #include <botan/auto_rng.h> #endif namespace Botan_Tests { |