From e64dd7ee510cfd41cefc1ff3c6204ebe0fe1f567 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ingo=20Kl=C3=B6cker?= Date: Mon, 27 May 2024 11:44:41 +0200 Subject: cpp: Don't include config.h * lang/cpp/src/*.cpp, lang/cpp/tests/*.cpp: Remove config.h include. -- The C++ binding sources don't need anything from config.h. GnuPG-bug-id: 7110 --- lang/cpp/src/decryptionresult.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lang/cpp/src/decryptionresult.cpp') diff --git a/lang/cpp/src/decryptionresult.cpp b/lang/cpp/src/decryptionresult.cpp index ad1d1cb6..ff92235c 100644 --- a/lang/cpp/src/decryptionresult.cpp +++ b/lang/cpp/src/decryptionresult.cpp @@ -22,10 +22,6 @@ Boston, MA 02110-1301, USA. */ -#ifdef HAVE_CONFIG_H - #include "config.h" -#endif - #include #include "result_p.h" #include "util.h" -- cgit v1.2.3