diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/block/xtea/xtea.cpp | 2 |
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 { |