diff options
author | lloyd <[email protected]> | 2009-10-07 18:01:57 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-10-07 18:01:57 +0000 |
commit | 0d409578fecf39b6c2dc4926c4d95e353dcfcd78 (patch) | |
tree | 4715b679bfd01e171bb1098e9beb80a5179e0ae2 /src/hash/bmw/bmw_512.cpp | |
parent | 8493512f037325bc6cabcfe576bea1432b1abbe6 (diff) |
Remove includes of stdio.h
Diffstat (limited to 'src/hash/bmw/bmw_512.cpp')
-rw-r--r-- | src/hash/bmw/bmw_512.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/hash/bmw/bmw_512.cpp b/src/hash/bmw/bmw_512.cpp index fe6a61df0..ad3826351 100644 --- a/src/hash/bmw/bmw_512.cpp +++ b/src/hash/bmw/bmw_512.cpp @@ -9,8 +9,6 @@ #include <botan/loadstor.h> #include <botan/rotate.h> -#include <stdio.h> - namespace Botan { namespace { |