From bff4b847fc6361c6027afc1e8c78aa7580e2a27c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ingo=20Kl=C3=B6cker?= Date: Wed, 23 Oct 2024 10:01:07 +0200 Subject: cpp: Add/change some includes * lang/cpp/src/gpgaddexistingsubkeyeditinteractor.h, lang/cpp/src/gpgrevokekeyeditinteractor.h: Include . * lang/cpp/src/key.h: Include instead of . -- --- lang/cpp/src/key.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lang/cpp/src/key.h') diff --git a/lang/cpp/src/key.h b/lang/cpp/src/key.h index 215eb9ff..de0f25a7 100644 --- a/lang/cpp/src/key.h +++ b/lang/cpp/src/key.h @@ -29,12 +29,12 @@ #include "gpgmefw.h" -#include -#include - -#include #include +#include #include +#include + +#include namespace GpgME { -- cgit v1.2.3