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
This commit is contained in:
Ingo Klöcker 2024-05-27 11:44:41 +02:00
parent 130766ffc5
commit e64dd7ee51
No known key found for this signature in database
GPG Key ID: F5A5D1692277A1E9
39 changed files with 0 additions and 156 deletions

View File

@ -22,10 +22,6 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "callbacks.h" #include "callbacks.h"
#include "util.h" #include "util.h"

View File

@ -22,10 +22,6 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "configuration.h" #include "configuration.h"
#include "error.h" #include "error.h"
#include "util.h" #include "util.h"

View File

@ -21,10 +21,6 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <context.h> #include <context.h>
#include <eventloopinteractor.h> #include <eventloopinteractor.h>
#include <trustitem.h> #include <trustitem.h>

View File

@ -22,10 +22,6 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <global.h> #include <global.h>
extern "C" GIOChannel *gpgme_get_fdptr(int); extern "C" GIOChannel *gpgme_get_fdptr(int);

View File

@ -22,10 +22,6 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <global.h> #include <global.h>
extern "C" QIODevice *gpgme_get_fdptr(int); extern "C" QIODevice *gpgme_get_fdptr(int);

View File

@ -22,10 +22,6 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <global.h> #include <global.h>
GIOChannel *GpgME::getGIOChannel(int) GIOChannel *GpgME::getGIOChannel(int)

View File

@ -20,10 +20,6 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "data_p.h" #include "data_p.h"
#include "context_p.h" #include "context_p.h"
#include <error.h> #include <error.h>

View File

@ -22,10 +22,6 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <decryptionresult.h> #include <decryptionresult.h>
#include "result_p.h" #include "result_p.h"
#include "util.h" #include "util.h"

View File

@ -22,10 +22,6 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "defaultassuantransaction.h" #include "defaultassuantransaction.h"
#include "error.h" #include "error.h"
#include "data.h" #include "data.h"

View File

@ -22,10 +22,6 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "editinteractor.h" #include "editinteractor.h"
#include "callbacks.h" #include "callbacks.h"
#include "error.h" #include "error.h"

View File

@ -22,10 +22,6 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <encryptionresult.h> #include <encryptionresult.h>
#include "result_p.h" #include "result_p.h"
#include "util.h" #include "util.h"

View File

@ -22,10 +22,6 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "engineinfo.h" #include "engineinfo.h"
#include <gpgme.h> #include <gpgme.h>

View File

@ -22,10 +22,6 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <eventloopinteractor.h> #include <eventloopinteractor.h>
#include <context.h> #include <context.h>

View File

@ -23,10 +23,6 @@
*/ */
// -*- c++ -*- // -*- c++ -*-
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "exception.h" #include "exception.h"
#include <gpgme.h> #include <gpgme.h>

View File

@ -21,10 +21,6 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "gpgaddexistingsubkeyeditinteractor.h" #include "gpgaddexistingsubkeyeditinteractor.h"
#include "error.h" #include "error.h"

View File

@ -22,10 +22,6 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "gpgadduserideditinteractor.h" #include "gpgadduserideditinteractor.h"
#include "error.h" #include "error.h"

View File

@ -22,10 +22,6 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "gpgagentgetinfoassuantransaction.h" #include "gpgagentgetinfoassuantransaction.h"
#include "error.h" #include "error.h"
#include "data.h" #include "data.h"

View File

@ -21,10 +21,6 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "gpggencardkeyinteractor.h" #include "gpggencardkeyinteractor.h"
#include "error.h" #include "error.h"

View File

@ -21,10 +21,6 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "gpgrevokekeyeditinteractor.h" #include "gpgrevokekeyeditinteractor.h"
#include "error.h" #include "error.h"

View File

@ -22,10 +22,6 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "gpgsetexpirytimeeditinteractor.h" #include "gpgsetexpirytimeeditinteractor.h"
#include "error.h" #include "error.h"

View File

@ -22,10 +22,6 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "gpgsetownertrusteditinteractor.h" #include "gpgsetownertrusteditinteractor.h"
#include "error.h" #include "error.h"

View File

@ -22,10 +22,6 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "gpgsignkeyeditinteractor.h" #include "gpgsignkeyeditinteractor.h"
#include "error.h" #include "error.h"
#include "key.h" #include "key.h"

View File

@ -22,11 +22,6 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <importresult.h> #include <importresult.h>
#include "result_p.h" #include "result_p.h"

View File

@ -20,10 +20,6 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <key.h> #include <key.h>
#include "util.h" #include "util.h"

View File

@ -22,10 +22,6 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <keygenerationresult.h> #include <keygenerationresult.h>
#include "result_p.h" #include "result_p.h"

View File

@ -22,10 +22,6 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <keylistresult.h> #include <keylistresult.h>
#include "result_p.h" #include "result_p.h"

View File

@ -22,10 +22,6 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "scdgetinfoassuantransaction.h" #include "scdgetinfoassuantransaction.h"
#include "error.h" #include "error.h"
#include "data.h" #include "data.h"

View File

@ -22,10 +22,6 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <signingresult.h> #include <signingresult.h>
#include "result_p.h" #include "result_p.h"
#include "util.h" #include "util.h"

View File

@ -21,10 +21,6 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "statusconsumerassuantransaction.h" #include "statusconsumerassuantransaction.h"
#include "data.h" #include "data.h"

View File

@ -20,10 +20,6 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "swdbresult.h" #include "swdbresult.h"
#include <istream> #include <istream>

View File

@ -20,10 +20,6 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "tofuinfo.h" #include "tofuinfo.h"
#include <istream> #include <istream>

View File

@ -22,10 +22,6 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <trustitem.h> #include <trustitem.h>
#include <gpgme.h> #include <gpgme.h>

View File

@ -21,10 +21,6 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "util.h" #include "util.h"
#include <functional> #include <functional>

View File

@ -22,10 +22,6 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <verificationresult.h> #include <verificationresult.h>
#include <notation.h> #include <notation.h>
#include "result_p.h" #include "result_p.h"

View File

@ -23,10 +23,6 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <vfsmountresult.h> #include <vfsmountresult.h>
#include "result_p.h" #include "result_p.h"

View File

@ -29,10 +29,6 @@
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "context.h" #include "context.h"
#include "key.h" #include "key.h"

View File

@ -29,10 +29,6 @@
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "context.h" #include "context.h"
#include "key.h" #include "key.h"
#include "keylistresult.h" #include "keylistresult.h"

View File

@ -28,9 +28,6 @@
you do not wish to do so, delete this exception statement from you do not wish to do so, delete this exception statement from
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "context.h" #include "context.h"
#include "key.h" #include "key.h"

View File

@ -21,10 +21,6 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "context.h" #include "context.h"
#include "data.h" #include "data.h"
#include "defaultassuantransaction.h" #include "defaultassuantransaction.h"