diff options
author | lloyd <[email protected]> | 2009-09-21 21:17:26 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-09-21 21:17:26 +0000 |
commit | f5ae4519eb667df11df936b90d735b7bdfecea87 (patch) | |
tree | 008c56cbf9e6a81d6edaaccc8c8666f7545382ee /src/stream/salsa20 | |
parent | 6f77fb7beaf2cdc2d2381a6b2d2ca036cc41a502 (diff) |
Remove unneeded headers
Diffstat (limited to 'src/stream/salsa20')
-rw-r--r-- | src/stream/salsa20/salsa20.cpp | 2 |
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 { |