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/run-verify.cpp | |
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/run-verify.cpp')
-rw-r--r-- | lang/cpp/tests/run-verify.cpp | 1 |
1 files changed, 0 insertions, 1 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; |