diff options
author | lloyd <[email protected]> | 2008-11-11 00:20:43 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-11-11 00:20:43 +0000 |
commit | 24106cff68c51374716d45603f59df64c4f2938c (patch) | |
tree | a66c713b9453e9d28ffe5b15422c1f299656a406 /src/pubkey | |
parent | fc3322b12b0494c9d3353e416d0408f746d9c797 (diff) |
Remove unused include of <memory>
Diffstat (limited to 'src/pubkey')
-rw-r--r-- | src/pubkey/dlies/dlies.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pubkey/dlies/dlies.cpp b/src/pubkey/dlies/dlies.cpp index 06a08f7f9..62d74b9ee 100644 --- a/src/pubkey/dlies/dlies.cpp +++ b/src/pubkey/dlies/dlies.cpp @@ -6,7 +6,6 @@ #include <botan/dlies.h> #include <botan/look_pk.h> #include <botan/xor_buf.h> -#include <memory> namespace Botan { |