diff options
author | Jack Lloyd <[email protected]> | 2017-08-29 18:16:20 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-08-29 18:16:20 -0400 |
commit | 6deac88ea6ef221474bcb63722bd7a8bd283ca67 (patch) | |
tree | 743caf6059ebf247a3f884d2d2ebdd4d6f31dd73 /src/lib/x509 | |
parent | 20e2ce7f06f41ba75835593b921ffa8ef993e154 (diff) |
Remove unused include
Diffstat (limited to 'src/lib/x509')
-rw-r--r-- | src/lib/x509/certstor_sql/certstor_sql.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/x509/certstor_sql/certstor_sql.cpp b/src/lib/x509/certstor_sql/certstor_sql.cpp index fc8a05eb2..13239252b 100644 --- a/src/lib/x509/certstor_sql/certstor_sql.cpp +++ b/src/lib/x509/certstor_sql/certstor_sql.cpp @@ -8,7 +8,6 @@ #include <botan/certstor_sql.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/hash.h> |