diff options
author | Ingo Klöcker <[email protected]> | 2023-08-15 09:50:28 +0000 |
---|---|---|
committer | Ingo Klöcker <[email protected]> | 2023-08-15 09:50:28 +0000 |
commit | 7a2a3f317b18df062a421ecf783182ad872b78ce (patch) | |
tree | 4428ec64259998bd408e9053b3b0360018b72bdf /lang/cpp/tests | |
parent | tests: Support offline mode in run-import (diff) | |
download | gpgme-7a2a3f317b18df062a421ecf783182ad872b78ce.tar.gz gpgme-7a2a3f317b18df062a421ecf783182ad872b78ce.zip |
cpp: Remove unused include
--
Diffstat (limited to 'lang/cpp/tests')
-rw-r--r-- | lang/cpp/tests/run-verify.cpp | 1 | ||||
-rw-r--r-- | lang/cpp/tests/run-wkdlookup.cpp | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/lang/cpp/tests/run-verify.cpp b/lang/cpp/tests/run-verify.cpp index ec431e5b..50131fb8 100644 --- a/lang/cpp/tests/run-verify.cpp +++ b/lang/cpp/tests/run-verify.cpp @@ -38,7 +38,6 @@ #include "verificationresult.h" #include <memory> -#include <sstream> #include <iostream> using namespace GpgME; diff --git a/lang/cpp/tests/run-wkdlookup.cpp b/lang/cpp/tests/run-wkdlookup.cpp index 71c4e704..fdd262d8 100644 --- a/lang/cpp/tests/run-wkdlookup.cpp +++ b/lang/cpp/tests/run-wkdlookup.cpp @@ -31,7 +31,6 @@ #include "key.h" #include <memory> -#include <sstream> #include <iostream> #include <thread> |