aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-06-27 14:32:45 +0000
committerlloyd <[email protected]>2008-06-27 14:32:45 +0000
commit6b269c212d28d643fac99e0a5be221d9c63f0240 (patch)
treead8919ff1d525dd2a5df744e1e4dc46a26d4ea44 /src
parent34d5da54da524018580935da11525bd72b5a560e (diff)
Remove unneeded include of libstate.h
Diffstat (limited to 'src')
-rw-r--r--src/rsa.cpp1
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 {