diff options
author | lloyd <[email protected]> | 2009-08-27 18:15:12 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-08-27 18:15:12 +0000 |
commit | 7c35179056ef9f223eb3ad4c20e16ed8f8540bbb (patch) | |
tree | cddc905f0992d22d742d041eb36d2e162fb64013 /src/block/xtea/xtea.cpp | |
parent | 6897292463197ed6880d91e76c4ee13f624905c3 (diff) |
Remove unneeded include in xtea.cpp
Diffstat (limited to 'src/block/xtea/xtea.cpp')
-rw-r--r-- | src/block/xtea/xtea.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/block/xtea/xtea.cpp b/src/block/xtea/xtea.cpp index 0dba5f2be..77543e1e8 100644 --- a/src/block/xtea/xtea.cpp +++ b/src/block/xtea/xtea.cpp @@ -7,7 +7,6 @@ #include <botan/xtea.h> #include <botan/loadstor.h> -#include <botan/parsing.h> namespace Botan { |