aboutsummaryrefslogtreecommitdiffstats
path: root/src/block/aes/aes.cpp
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/block/aes/aes.cpp
parente8879a0616f5b14da8d0705dff47df0c2f886daa (diff)
Remove debug includes
Diffstat (limited to 'src/block/aes/aes.cpp')
-rw-r--r--src/block/aes/aes.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/block/aes/aes.cpp b/src/block/aes/aes.cpp
index d510a4a24..7f32d243c 100644
--- a/src/block/aes/aes.cpp
+++ b/src/block/aes/aes.cpp
@@ -9,9 +9,6 @@
#include <botan/loadstor.h>
#include <botan/rotate.h>
-#include <assert.h>
-#include <stdio.h>
-
namespace Botan {
namespace {