diff options
-rw-r--r-- | src/hash/bmw/bmw_512.cpp | 2 | ||||
-rw-r--r-- | src/selftest/selftest.cpp | 2 | ||||
-rw-r--r-- | src/tss/tss.cpp | 2 |
3 files changed, 0 insertions, 6 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 { diff --git a/src/selftest/selftest.cpp b/src/selftest/selftest.cpp index c8c1b5f75..26fe0538c 100644 --- a/src/selftest/selftest.cpp +++ b/src/selftest/selftest.cpp @@ -10,8 +10,6 @@ #include <botan/def_eng.h> #include <botan/stl_util.h> -#include <stdio.h> - namespace Botan { namespace { diff --git a/src/tss/tss.cpp b/src/tss/tss.cpp index 5b8539330..3bd799727 100644 --- a/src/tss/tss.cpp +++ b/src/tss/tss.cpp @@ -13,8 +13,6 @@ #include <botan/sha160.h> #include <memory> -#include <stdio.h> - namespace Botan { namespace { |