aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorlloyd <[email protected]>2007-11-07 14:36:26 +0000
committerlloyd <[email protected]>2007-11-07 14:36:26 +0000
commita6c68b059d1a1ad8c03c38e254ffaebe72906452 (patch)
treee3b6f57a0103b9aa53444031a74037bd323ec519 /src
parentba88a39c7af372adbec2056215d9f0de12158c22 (diff)
Remove unused include of assert.h
Diffstat (limited to 'src')
-rw-r--r--src/randpool.cpp2
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 {