aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorlloyd <[email protected]>2009-10-23 01:27:12 +0000
committerlloyd <[email protected]>2009-10-23 01:27:12 +0000
commita25f42bb52627a9fd38288e0bc345f93998cc942 (patch)
tree0b6fe2032334ae13d0b754f936462dde168d8515 /src
parent7cb65e4e768115b9475d6e14c4fe7660c481e841 (diff)
Kill stdio include
Diffstat (limited to 'src')
-rw-r--r--src/block/xtea/xtea.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/block/xtea/xtea.cpp b/src/block/xtea/xtea.cpp
index 1179d011a..fc14c0a57 100644
--- a/src/block/xtea/xtea.cpp
+++ b/src/block/xtea/xtea.cpp
@@ -8,8 +8,6 @@
#include <botan/xtea.h>
#include <botan/loadstor.h>
-#include <stdio.h>
-
namespace Botan {
namespace {