From 35c5cbed2ebe0eb72e2ff665b78a9027d17c19ec Mon Sep 17 00:00:00 2001 From: lloyd Date: Wed, 13 Mar 2013 14:33:04 +0000 Subject: Move assert.h from internal to very public (included in types.h) This reduces friction to writing an assert, so hopefully there will be more of them as a result. And we can use asserts in public headers now, very useful for templates. --- src/pubkey/ecdh/ecdh.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/pubkey/ecdh') diff --git a/src/pubkey/ecdh/ecdh.cpp b/src/pubkey/ecdh/ecdh.cpp index 5a42f4a49..0f93a0f97 100644 --- a/src/pubkey/ecdh/ecdh.cpp +++ b/src/pubkey/ecdh/ecdh.cpp @@ -8,7 +8,6 @@ */ #include -#include namespace Botan { -- cgit v1.2.3