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:
parent
130766ffc5
commit
e64dd7ee51
@ -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"
|
||||||
|
|
||||||
|
@ -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"
|
||||||
|
@ -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>
|
||||||
|
@ -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);
|
||||||
|
@ -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);
|
||||||
|
@ -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)
|
||||||
|
@ -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>
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
@ -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>
|
||||||
|
@ -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>
|
||||||
|
@ -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>
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
|
||||||
|
@ -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"
|
||||||
|
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
|
||||||
|
@ -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"
|
||||||
|
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
@ -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>
|
||||||
|
@ -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>
|
||||||
|
@ -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>
|
||||||
|
@ -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>
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
|
||||||
|
@ -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"
|
||||||
|
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user