diff options
author | Ingo Klöcker <[email protected]> | 2024-05-27 09:44:41 +0000 |
---|---|---|
committer | Ingo Klöcker <[email protected]> | 2024-06-11 12:23:40 +0000 |
commit | e64dd7ee510cfd41cefc1ff3c6204ebe0fe1f567 (patch) | |
tree | b6f0bff66750440876a75ba3dc9b779abb7c6ff5 /lang/cpp/tests/run-verify.cpp | |
parent | build,qt: Separate Qt bindings from gpgme (diff) | |
download | gpgme-e64dd7ee510cfd41cefc1ff3c6204ebe0fe1f567.tar.gz gpgme-e64dd7ee510cfd41cefc1ff3c6204ebe0fe1f567.zip |
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
Diffstat (limited to 'lang/cpp/tests/run-verify.cpp')
-rw-r--r-- | lang/cpp/tests/run-verify.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lang/cpp/tests/run-verify.cpp b/lang/cpp/tests/run-verify.cpp index 50131fb8..c6462b91 100644 --- a/lang/cpp/tests/run-verify.cpp +++ b/lang/cpp/tests/run-verify.cpp @@ -28,9 +28,6 @@ you do not wish to do so, delete this exception statement from your version. */ -#ifdef HAVE_CONFIG_H - #include "config.h" -#endif #include "context.h" #include "key.h" |