diff options
author | Kai Michaelis <[email protected]> | 2016-09-22 14:22:10 +0200 |
---|---|---|
committer | seu <[email protected]> | 2016-10-02 18:10:43 +0200 |
commit | f2bdfb1be2b4c7582bb8218aa634345b27a1b5ea (patch) | |
tree | afb914b50b09ce25bfee8fc291ce870fb1311dc4 | |
parent | c2608ebbb799118f90c1e3abbace9b77bd413dd7 (diff) |
remove superfluous includes
-rw-r--r-- | src/lib/cert/x509/certstor.cpp | 7 | ||||
-rw-r--r-- | src/lib/cert/x509/certstor.h | 2 |
2 files changed, 0 insertions, 9 deletions
diff --git a/src/lib/cert/x509/certstor.cpp b/src/lib/cert/x509/certstor.cpp index 6d02d41c6..28b46ef1a 100644 --- a/src/lib/cert/x509/certstor.cpp +++ b/src/lib/cert/x509/certstor.cpp @@ -6,14 +6,7 @@ */ #include <botan/certstor.h> -#include <botan/ber_dec.h> -#include <botan/der_enc.h> #include <botan/internal/filesystem.h> -#include <botan/pkcs8.h> -#include <botan/data_src.h> -#include <botan/auto_rng.h> -#include <botan/hash.h> -#include <botan/hex.h> namespace Botan { diff --git a/src/lib/cert/x509/certstor.h b/src/lib/cert/x509/certstor.h index c769bfe5c..55f6b8c93 100644 --- a/src/lib/cert/x509/certstor.h +++ b/src/lib/cert/x509/certstor.h @@ -10,8 +10,6 @@ #include <botan/x509cert.h> #include <botan/x509_crl.h> -#include <botan/database.h> -#include <botan/pbkdf.h> namespace Botan { |