aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-09-30 04:34:10 +0000
committerlloyd <[email protected]>2008-09-30 04:34:10 +0000
commiteee6e1e1ec225c3301cef6839225317a8cc9cf4a (patch)
treeedfc9c35595277a235333ca706602d90f1a34d67 /src
parent04a815b1c1c632f84c28c02132c8bb81fc9964be (diff)
Remove unneeded includes
Diffstat (limited to 'src')
-rw-r--r--src/core/kdf.cpp4
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 {