aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/mp_asm.h3
-rw-r--r--src/big_base.cpp2
2 files changed, 0 insertions, 5 deletions
diff --git a/include/mp_asm.h b/include/mp_asm.h
index a450ac47a..7943dc3ce 100644
--- a/include/mp_asm.h
+++ b/include/mp_asm.h
@@ -20,9 +20,6 @@
#error BOTAN_MP_WORD_BITS must be 8, 16, 32, or 64
#endif
-#include <stdio.h>
-#include <assert.h>
-
namespace Botan {
extern "C" {
diff --git a/src/big_base.cpp b/src/big_base.cpp
index 943ae0c1e..595a9f3ae 100644
--- a/src/big_base.cpp
+++ b/src/big_base.cpp
@@ -9,8 +9,6 @@
#include <botan/parsing.h>
#include <botan/util.h>
-#include <assert.h>
-
namespace Botan {
/*************************************************