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/lib/x509/certstor_sql | |
parent | 5d48c1406a956496fd4a020263ee59fbe7fad90a (diff) |
More include header cleanups
Diffstat (limited to 'src/lib/x509/certstor_sql')
-rw-r--r-- | src/lib/x509/certstor_sql/certstor_sql.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/x509/certstor_sql/certstor_sql.cpp b/src/lib/x509/certstor_sql/certstor_sql.cpp index 13239252b..cd0aebdb1 100644 --- a/src/lib/x509/certstor_sql/certstor_sql.cpp +++ b/src/lib/x509/certstor_sql/certstor_sql.cpp @@ -10,8 +10,6 @@ #include <botan/der_enc.h> #include <botan/pkcs8.h> #include <botan/data_src.h> -#include <botan/hash.h> -#include <botan/hex.h> namespace Botan { |