aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/cert/cvc
diff options
context:
space:
mode:
authorlloyd <[email protected]>2014-01-18 23:02:10 +0000
committerlloyd <[email protected]>2014-01-18 23:02:10 +0000
commit92e1e4f7fea1823023075b6ec81cb1e87b112986 (patch)
treeb4cb2a29ffa1d0ae4cc16125857c49633bd447f4 /src/lib/cert/cvc
parentd5354c1c3ee0067dd35ca253d4b8914f870cea75 (diff)
Guess I won't be needing these
Diffstat (limited to 'src/lib/cert/cvc')
-rw-r--r--src/lib/cert/cvc/cvc_self.cpp1
-rw-r--r--src/lib/cert/cvc/signed_obj.cpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/cert/cvc/cvc_self.cpp b/src/lib/cert/cvc/cvc_self.cpp
index 46e4960e1..50c8a7c2a 100644
--- a/src/lib/cert/cvc/cvc_self.cpp
+++ b/src/lib/cert/cvc/cvc_self.cpp
@@ -10,7 +10,6 @@
#include <botan/point_gfp.h>
#include <botan/oids.h>
#include <sstream>
-#include <memory>
namespace Botan {
diff --git a/src/lib/cert/cvc/signed_obj.cpp b/src/lib/cert/cvc/signed_obj.cpp
index 20226fbe7..83c2c33dc 100644
--- a/src/lib/cert/cvc/signed_obj.cpp
+++ b/src/lib/cert/cvc/signed_obj.cpp
@@ -9,7 +9,6 @@
#include <botan/signed_obj.h>
#include <botan/pubkey.h>
#include <botan/oids.h>
-#include <memory>
namespace Botan {