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 | |
parent | dec2e0d9e493b53c48ca26b47028ab309d3cc586 (diff) |
Remove unused includes
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/algo_base/info.txt | 1 | ||||
-rw-r--r-- | src/lib/algo_base/symkey.cpp | 1 | ||||
-rw-r--r-- | src/lib/asn1/info.txt | 1 | ||||
-rw-r--r-- | src/lib/cert/x509/x509_obj.h | 1 | ||||
-rw-r--r-- | src/lib/cert/x509/x509self.cpp | 1 | ||||
-rw-r--r-- | src/lib/pubkey/dl_group/dl_group.cpp | 1 | ||||
-rw-r--r-- | src/lib/pubkey/dl_group/info.txt | 1 |
7 files changed, 0 insertions, 7 deletions
diff --git a/src/lib/algo_base/info.txt b/src/lib/algo_base/info.txt index a2c509f2c..dcc744d25 100644 --- a/src/lib/algo_base/info.txt +++ b/src/lib/algo_base/info.txt @@ -2,7 +2,6 @@ define TRANSFORM 20131209 <requires> alloc -filters hex rng </requires> diff --git a/src/lib/algo_base/symkey.cpp b/src/lib/algo_base/symkey.cpp index 52b216361..dfac1553c 100644 --- a/src/lib/algo_base/symkey.cpp +++ b/src/lib/algo_base/symkey.cpp @@ -8,7 +8,6 @@ #include <botan/symkey.h> #include <botan/internal/xor_buf.h> #include <botan/rng.h> -#include <botan/pipe.h> #include <botan/hex.h> #include <algorithm> diff --git a/src/lib/asn1/info.txt b/src/lib/asn1/info.txt index 19b75bc4b..891e9fae3 100644 --- a/src/lib/asn1/info.txt +++ b/src/lib/asn1/info.txt @@ -5,6 +5,5 @@ load_on auto <requires> alloc bigint -filters oid_lookup </requires> 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 { diff --git a/src/lib/pubkey/dl_group/dl_group.cpp b/src/lib/pubkey/dl_group/dl_group.cpp index 13079a898..77516bc60 100644 --- a/src/lib/pubkey/dl_group/dl_group.cpp +++ b/src/lib/pubkey/dl_group/dl_group.cpp @@ -11,7 +11,6 @@ #include <botan/numthry.h> #include <botan/der_enc.h> #include <botan/ber_dec.h> -#include <botan/pipe.h> #include <botan/pem.h> #include <botan/workfactor.h> diff --git a/src/lib/pubkey/dl_group/info.txt b/src/lib/pubkey/dl_group/info.txt index 26c6f12ca..b094c03f5 100644 --- a/src/lib/pubkey/dl_group/info.txt +++ b/src/lib/pubkey/dl_group/info.txt @@ -3,7 +3,6 @@ define DL_GROUP 20131128 <requires> asn1 bigint -filters libstate numbertheory pem |