diff options
author | lloyd <[email protected]> | 2008-09-30 04:34:10 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-09-30 04:34:10 +0000 |
commit | eee6e1e1ec225c3301cef6839225317a8cc9cf4a (patch) | |
tree | edfc9c35595277a235333ca706602d90f1a34d67 /src | |
parent | 04a815b1c1c632f84c28c02132c8bb81fc9964be (diff) |
Remove unneeded includes
Diffstat (limited to 'src')
-rw-r--r-- | src/core/kdf.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/kdf.cpp b/src/core/kdf.cpp index 2d24d896c..a96f86e99 100644 --- a/src/core/kdf.cpp +++ b/src/core/kdf.cpp @@ -4,10 +4,6 @@ *************************************************/ #include <botan/kdf.h> -#include <botan/lookup.h> -#include <botan/loadstor.h> -#include <algorithm> -#include <memory> namespace Botan { |