diff options
author | lloyd <[email protected]> | 2006-06-08 06:50:52 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2006-06-08 06:50:52 +0000 |
commit | 4a019b4ec71933e4ff24d145fdab3edaf55d6fc3 (patch) | |
tree | 730d74b296d14a1dc289563b50c1e5eb46a60ff8 /include | |
parent | fada227a69d66ec1bafe026092642b67634bcb4f (diff) |
Remove some #include's that were just there for debugging purposes.
Diffstat (limited to 'include')
-rw-r--r-- | include/mp_asm.h | 3 |
1 files changed, 0 insertions, 3 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" { |