The unified diff between revisions [92f17752..] and [51b865be..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'src/big_ops2.cpp'
#
#
# patch "src/big_ops2.cpp"
# from [bc9ec150895a182216ad0500cc9844cfe33dce21]
# to [7767ae29c455ec1451c3dcdeb9b858081e856aa2]
#
============================================================
--- src/big_ops2.cpp bc9ec150895a182216ad0500cc9844cfe33dce21
+++ src/big_ops2.cpp 7767ae29c455ec1451c3dcdeb9b858081e856aa2
@@ -1,13 +1,11 @@
/*************************************************
* BigInt Assignment Operators Source File *
-* (C) 1999-2006 The Botan Project *
+* (C) 1999-2007 Jack Lloyd *
*************************************************/
#include <botan/bigint.h>
-#include <botan/numthry.h>
#include <botan/mp_core.h>
#include <botan/bit_ops.h>
-#include <botan/util.h>
#include <algorithm>
namespace Botan {