The unified diff between revisions [881ed0b8..] and [5403e8ae..] is displayed below. It can also be downloaded as a raw diff.
#
#
# patch "src/bigint.cpp"
# from [7ee6f7e3858ce706320c3b860e2adeb7a199c9ae]
# to [b78fa68160b575f6053fa891b7068fc1fe1d7886]
#
============================================================
--- src/bigint.cpp 7ee6f7e3858ce706320c3b860e2adeb7a199c9ae
+++ src/bigint.cpp b78fa68160b575f6053fa891b7068fc1fe1d7886
@@ -9,8 +9,6 @@
#include <botan/parsing.h>
#include <botan/util.h>
-#include <iostream>
-
namespace Botan {
/*************************************************