diff options
author | lloyd <[email protected]> | 2007-11-07 14:36:26 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2007-11-07 14:36:26 +0000 |
commit | a6c68b059d1a1ad8c03c38e254ffaebe72906452 (patch) | |
tree | e3b6f57a0103b9aa53444031a74037bd323ec519 /src | |
parent | ba88a39c7af372adbec2056215d9f0de12158c22 (diff) |
Remove unused include of assert.h
Diffstat (limited to 'src')
-rw-r--r-- | src/randpool.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/randpool.cpp b/src/randpool.cpp index 7ee4216ac..2fdddf53e 100644 --- a/src/randpool.cpp +++ b/src/randpool.cpp @@ -10,8 +10,6 @@ #include <botan/util.h> #include <algorithm> -#include <assert.h> - namespace Botan { namespace { |