From e64dd7ee510cfd41cefc1ff3c6204ebe0fe1f567 Mon Sep 17 00:00:00 2001 From: Ingo Klöcker 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/exception.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lang/cpp/src/exception.cpp') diff --git a/lang/cpp/src/exception.cpp b/lang/cpp/src/exception.cpp index 7751c3ea..a33543fb 100644 --- a/lang/cpp/src/exception.cpp +++ b/lang/cpp/src/exception.cpp @@ -23,10 +23,6 @@ */ // -*- c++ -*- -#ifdef HAVE_CONFIG_H - #include "config.h" -#endif - #include "exception.h" #include -- cgit