diff options
author | lloyd <[email protected]> | 2010-03-15 16:38:01 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-03-15 16:38:01 +0000 |
commit | b44cd1b0e15da99561d6d1f1dfc927c5ee8d53ee (patch) | |
tree | 560c2035dcd23b4979d691b05f9889220aad798b /src/engine/gnump/gnump_pk.cpp | |
parent | 4ddc00f49519fc7661678417536bd02d4201b436 (diff) |
Remove unneeded includes
Diffstat (limited to 'src/engine/gnump/gnump_pk.cpp')
-rw-r--r-- | src/engine/gnump/gnump_pk.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/engine/gnump/gnump_pk.cpp b/src/engine/gnump/gnump_pk.cpp index 8d003a5d4..758e73520 100644 --- a/src/engine/gnump/gnump_pk.cpp +++ b/src/engine/gnump/gnump_pk.cpp @@ -19,22 +19,10 @@ #include <botan/rsa.h> #endif -#if defined(BOTAN_HAS_RW) - #include <botan/rw.h> -#endif - #if defined(BOTAN_HAS_DSA) #include <botan/dsa.h> #endif -#if defined(BOTAN_HAS_ELGAMAL) - #include <botan/elgamal.h> -#endif - -#if defined(BOTAN_HAS_NYBERG_RUEPPEL) - #include <botan/nr.h> -#endif - #if defined(BOTAN_HAS_DIFFIE_HELLMAN) #include <botan/dh.h> #endif |