diff options
author | lloyd <[email protected]> | 2009-10-23 01:27:12 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-10-23 01:27:12 +0000 |
commit | a25f42bb52627a9fd38288e0bc345f93998cc942 (patch) | |
tree | 0b6fe2032334ae13d0b754f936462dde168d8515 /src/block/xtea | |
parent | 7cb65e4e768115b9475d6e14c4fe7660c481e841 (diff) |
Kill stdio include
Diffstat (limited to 'src/block/xtea')
-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 { |