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/selftest | |
parent | 8493512f037325bc6cabcfe576bea1432b1abbe6 (diff) |
Remove includes of stdio.h
Diffstat (limited to 'src/selftest')
-rw-r--r-- | src/selftest/selftest.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
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 { |