diff options
author | lloyd <[email protected]> | 2011-02-10 22:51:11 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2011-02-10 22:51:11 +0000 |
commit | 5f4f1294b1cf1784f4fd14840a9e0824f4fa8742 (patch) | |
tree | 3cdedbe87099c18e289bc140bef69e86dddf8b8d /src/pubkey/ecc_key | |
parent | f49d55a1e4bcd3e33ba8eee6afa92438ef61f0b3 (diff) |
Remove inclusions of unused headers.
Avoid using auto_ptr in the CVC headers.
Diffstat (limited to 'src/pubkey/ecc_key')
-rw-r--r-- | src/pubkey/ecc_key/ecc_key.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pubkey/ecc_key/ecc_key.h b/src/pubkey/ecc_key/ecc_key.h index 8155543da..a20516ec6 100644 --- a/src/pubkey/ecc_key/ecc_key.h +++ b/src/pubkey/ecc_key/ecc_key.h @@ -14,7 +14,6 @@ #include <botan/pk_keys.h> #include <botan/x509_key.h> #include <botan/pkcs8.h> -#include <memory> namespace Botan { |