aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/cert
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/cert')
-rw-r--r--src/lib/cert/cvc/cvc_self.cpp1
-rw-r--r--src/lib/cert/cvc/signed_obj.cpp1
-rw-r--r--src/lib/cert/x509/ocsp.cpp1
-rw-r--r--src/lib/cert/x509/ocsp_types.cpp1
-rw-r--r--src/lib/cert/x509/x509_ca.cpp1
-rw-r--r--src/lib/cert/x509/x509_ext.cpp1
-rw-r--r--src/lib/cert/x509/x509_obj.cpp1
-rw-r--r--src/lib/cert/x509/x509cert.cpp1
-rw-r--r--src/lib/cert/x509/x509path.cpp1
-rw-r--r--src/lib/cert/x509/x509self.cpp1
10 files changed, 0 insertions, 10 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 {
diff --git a/src/lib/cert/x509/ocsp.cpp b/src/lib/cert/x509/ocsp.cpp
index a118a9c4e..d848e9608 100644
--- a/src/lib/cert/x509/ocsp.cpp
+++ b/src/lib/cert/x509/ocsp.cpp
@@ -15,7 +15,6 @@
#include <botan/pubkey.h>
#include <botan/x509path.h>
#include <botan/http_util.h>
-#include <memory>
namespace Botan {
diff --git a/src/lib/cert/x509/ocsp_types.cpp b/src/lib/cert/x509/ocsp_types.cpp
index be41499ee..e02b4a871 100644
--- a/src/lib/cert/x509/ocsp_types.cpp
+++ b/src/lib/cert/x509/ocsp_types.cpp
@@ -12,7 +12,6 @@
#include <botan/lookup.h>
#include <botan/hash.h>
#include <botan/oids.h>
-#include <memory>
namespace Botan {
diff --git a/src/lib/cert/x509/x509_ca.cpp b/src/lib/cert/x509/x509_ca.cpp
index 486d769ef..2857072ea 100644
--- a/src/lib/cert/x509/x509_ca.cpp
+++ b/src/lib/cert/x509/x509_ca.cpp
@@ -17,7 +17,6 @@
#include <algorithm>
#include <typeinfo>
#include <iterator>
-#include <memory>
#include <set>
namespace Botan {
diff --git a/src/lib/cert/x509/x509_ext.cpp b/src/lib/cert/x509/x509_ext.cpp
index 7cef2969b..f058357c1 100644
--- a/src/lib/cert/x509/x509_ext.cpp
+++ b/src/lib/cert/x509/x509_ext.cpp
@@ -13,7 +13,6 @@
#include <botan/charset.h>
#include <botan/internal/bit_ops.h>
#include <algorithm>
-#include <memory>
namespace Botan {
diff --git a/src/lib/cert/x509/x509_obj.cpp b/src/lib/cert/x509/x509_obj.cpp
index 37d814ce6..64e995dd3 100644
--- a/src/lib/cert/x509/x509_obj.cpp
+++ b/src/lib/cert/x509/x509_obj.cpp
@@ -14,7 +14,6 @@
#include <botan/parsing.h>
#include <botan/pem.h>
#include <algorithm>
-#include <memory>
namespace Botan {
diff --git a/src/lib/cert/x509/x509cert.cpp b/src/lib/cert/x509/x509cert.cpp
index 2362cd0cf..b30f97964 100644
--- a/src/lib/cert/x509/x509cert.cpp
+++ b/src/lib/cert/x509/x509cert.cpp
@@ -19,7 +19,6 @@
#include <algorithm>
#include <iterator>
#include <sstream>
-#include <memory>
namespace Botan {
diff --git a/src/lib/cert/x509/x509path.cpp b/src/lib/cert/x509/x509path.cpp
index 8c32d8f94..edbceaadd 100644
--- a/src/lib/cert/x509/x509path.cpp
+++ b/src/lib/cert/x509/x509path.cpp
@@ -13,7 +13,6 @@
#include <botan/oids.h>
#include <algorithm>
#include <chrono>
-#include <memory>
#include <iostream>
namespace Botan {
diff --git a/src/lib/cert/x509/x509self.cpp b/src/lib/cert/x509/x509self.cpp
index c13772382..ee602783b 100644
--- a/src/lib/cert/x509/x509self.cpp
+++ b/src/lib/cert/x509/x509self.cpp
@@ -11,7 +11,6 @@
#include <botan/der_enc.h>
#include <botan/oids.h>
#include <botan/pipe.h>
-#include <memory>
namespace Botan {