diff options
author | lloyd <[email protected]> | 2014-11-18 13:47:51 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2014-11-18 13:47:51 +0000 |
commit | 173ccf53649b4635df5fd51974c44dd59eaf9e95 (patch) | |
tree | 80cf93f2a883ac82247752bf129781ed4f5c958d /src/lib/cert | |
parent | dec2e0d9e493b53c48ca26b47028ab309d3cc586 (diff) |
Remove unused includes
Diffstat (limited to 'src/lib/cert')
-rw-r--r-- | src/lib/cert/x509/x509_obj.h | 1 | ||||
-rw-r--r-- | src/lib/cert/x509/x509self.cpp | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/cert/x509/x509_obj.h b/src/lib/cert/x509/x509_obj.h index 5905e1b37..be08957df 100644 --- a/src/lib/cert/x509/x509_obj.h +++ b/src/lib/cert/x509/x509_obj.h @@ -9,7 +9,6 @@ #define BOTAN_X509_OBJECT_H__ #include <botan/asn1_obj.h> -#include <botan/pipe.h> #include <botan/x509_key.h> #include <botan/rng.h> #include <vector> diff --git a/src/lib/cert/x509/x509self.cpp b/src/lib/cert/x509/x509self.cpp index ee602783b..ceca63413 100644 --- a/src/lib/cert/x509/x509self.cpp +++ b/src/lib/cert/x509/x509self.cpp @@ -10,7 +10,6 @@ #include <botan/x509_ca.h> #include <botan/der_enc.h> #include <botan/oids.h> -#include <botan/pipe.h> namespace Botan { |