aboutsummaryrefslogtreecommitdiffstats
path: root/src/pbkdf
diff options
context:
space:
mode:
Diffstat (limited to 'src/pbkdf')
-rw-r--r--src/pbkdf/pbkdf.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pbkdf/pbkdf.cpp b/src/pbkdf/pbkdf.cpp
index 95633d3fd..ccd203dbd 100644
--- a/src/pbkdf/pbkdf.cpp
+++ b/src/pbkdf/pbkdf.cpp
@@ -6,7 +6,6 @@
*/
#include <botan/pbkdf.h>
-#include <botan/internal/assert.h>
#include <stdexcept>
namespace Botan {