aboutsummaryrefslogtreecommitdiffstats
path: root/src/codec
diff options
context:
space:
mode:
authorlloyd <[email protected]>2010-12-23 22:10:33 +0000
committerlloyd <[email protected]>2010-12-23 22:10:33 +0000
commit7f53809946f86dbe05c9b868f4c96912a9c804a9 (patch)
tree98af6094a20d336669028020470a8ec6dad913ba /src/codec
parente8879a0616f5b14da8d0705dff47df0c2f886daa (diff)
Remove debug includes
Diffstat (limited to 'src/codec')
-rw-r--r--src/codec/base64/base64.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/codec/base64/base64.cpp b/src/codec/base64/base64.cpp
index 96a686e38..54ff11f6e 100644
--- a/src/codec/base64/base64.cpp
+++ b/src/codec/base64/base64.cpp
@@ -10,9 +10,6 @@
#include <botan/internal/rounding.h>
#include <stdexcept>
-#include <stdio.h>
-#include <assert.h>
-
namespace Botan {
namespace {