diff options
Diffstat (limited to 'src/lib/constructs')
-rw-r--r-- | src/lib/constructs/cryptobox_psk/cryptobox_psk.cpp | 1 | ||||
-rw-r--r-- | src/lib/constructs/fpe_fe1/fpe_fe1.cpp | 1 | ||||
-rw-r--r-- | src/lib/constructs/rfc3394/rfc3394.cpp | 1 | ||||
-rw-r--r-- | src/lib/constructs/srp6/srp6.cpp | 1 | ||||
-rw-r--r-- | src/lib/constructs/tss/tss.cpp | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/src/lib/constructs/cryptobox_psk/cryptobox_psk.cpp b/src/lib/constructs/cryptobox_psk/cryptobox_psk.cpp index f22e43b43..8fb3a9aae 100644 --- a/src/lib/constructs/cryptobox_psk/cryptobox_psk.cpp +++ b/src/lib/constructs/cryptobox_psk/cryptobox_psk.cpp @@ -9,7 +9,6 @@ #include <botan/pipe.h> #include <botan/lookup.h> #include <botan/loadstor.h> -#include <memory> namespace Botan { diff --git a/src/lib/constructs/fpe_fe1/fpe_fe1.cpp b/src/lib/constructs/fpe_fe1/fpe_fe1.cpp index da0ef1081..d52a4effc 100644 --- a/src/lib/constructs/fpe_fe1/fpe_fe1.cpp +++ b/src/lib/constructs/fpe_fe1/fpe_fe1.cpp @@ -10,7 +10,6 @@ #include <botan/hmac.h> #include <botan/sha2_32.h> #include <stdexcept> -#include <memory> namespace Botan { diff --git a/src/lib/constructs/rfc3394/rfc3394.cpp b/src/lib/constructs/rfc3394/rfc3394.cpp index cfe95f40b..ce37b0587 100644 --- a/src/lib/constructs/rfc3394/rfc3394.cpp +++ b/src/lib/constructs/rfc3394/rfc3394.cpp @@ -11,7 +11,6 @@ #include <botan/loadstor.h> #include <botan/exceptn.h> #include <botan/internal/xor_buf.h> -#include <memory> namespace Botan { diff --git a/src/lib/constructs/srp6/srp6.cpp b/src/lib/constructs/srp6/srp6.cpp index 7bc879350..678dc8978 100644 --- a/src/lib/constructs/srp6/srp6.cpp +++ b/src/lib/constructs/srp6/srp6.cpp @@ -9,7 +9,6 @@ #include <botan/dl_group.h> #include <botan/libstate.h> #include <botan/numthry.h> -#include <memory> namespace Botan { diff --git a/src/lib/constructs/tss/tss.cpp b/src/lib/constructs/tss/tss.cpp index 2024b39ec..5707c2403 100644 --- a/src/lib/constructs/tss/tss.cpp +++ b/src/lib/constructs/tss/tss.cpp @@ -11,7 +11,6 @@ #include <botan/hex.h> #include <botan/sha2_32.h> #include <botan/sha160.h> -#include <memory> namespace Botan { |