aboutsummaryrefslogtreecommitdiffstats
path: root/src/stream/salsa20
diff options
context:
space:
mode:
authorlloyd <[email protected]>2009-09-21 21:17:26 +0000
committerlloyd <[email protected]>2009-09-21 21:17:26 +0000
commitf5ae4519eb667df11df936b90d735b7bdfecea87 (patch)
tree008c56cbf9e6a81d6edaaccc8c8666f7545382ee /src/stream/salsa20
parent6f77fb7beaf2cdc2d2381a6b2d2ca036cc41a502 (diff)
Remove unneeded headers
Diffstat (limited to 'src/stream/salsa20')
-rw-r--r--src/stream/salsa20/salsa20.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/stream/salsa20/salsa20.cpp b/src/stream/salsa20/salsa20.cpp
index 75137798c..9c7c811f0 100644
--- a/src/stream/salsa20/salsa20.cpp
+++ b/src/stream/salsa20/salsa20.cpp
@@ -6,10 +6,8 @@
*/
#include <botan/salsa20.h>
-#include <botan/mem_ops.h>
#include <botan/xor_buf.h>
#include <botan/loadstor.h>
-#include <botan/parsing.h>
namespace Botan {