aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorlloyd <[email protected]>2009-10-07 18:01:57 +0000
committerlloyd <[email protected]>2009-10-07 18:01:57 +0000
commit0d409578fecf39b6c2dc4926c4d95e353dcfcd78 (patch)
tree4715b679bfd01e171bb1098e9beb80a5179e0ae2 /src
parent8493512f037325bc6cabcfe576bea1432b1abbe6 (diff)
Remove includes of stdio.h
Diffstat (limited to 'src')
-rw-r--r--src/hash/bmw/bmw_512.cpp2
-rw-r--r--src/selftest/selftest.cpp2
-rw-r--r--src/tss/tss.cpp2
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 {