aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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 {