diff options
author | lloyd <[email protected]> | 2008-06-27 14:32:45 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-06-27 14:32:45 +0000 |
commit | 6b269c212d28d643fac99e0a5be221d9c63f0240 (patch) | |
tree | ad8919ff1d525dd2a5df744e1e4dc46a26d4ea44 /src | |
parent | 34d5da54da524018580935da11525bd72b5a560e (diff) |
Remove unneeded include of libstate.h
Diffstat (limited to 'src')
-rw-r--r-- | src/rsa.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rsa.cpp b/src/rsa.cpp index 65eb0af1f..7f2e15892 100644 --- a/src/rsa.cpp +++ b/src/rsa.cpp @@ -7,7 +7,6 @@ #include <botan/numthry.h> #include <botan/keypair.h> #include <botan/parsing.h> -#include <botan/libstate.h> namespace Botan { |