gpgme/lang/cpp/src/interfaces
Ingo Klöcker 6aa359b1e8
cpp: Fix includes in public headers
* lang/cpp/src/defaultassuantransaction.h,
lang/cpp/src/gpgadduserideditinteractor.h,
lang/cpp/src/gpgagentgetinfoassuantransaction.h,
lang/cpp/src/gpggencardkeyinteractor.h,
lang/cpp/src/gpgsetexpirytimeeditinteractor.h,
lang/cpp/src/gpgsetownertrusteditinteractor.h,
lang/cpp/src/gpgsignkeyeditinteractor.h,
lang/cpp/src/interfaces/assuantransaction.h,
lang/cpp/src/interfaces/dataprovider.h,
lang/cpp/src/interfaces/statusconsumer.h,
lang/cpp/src/scdgetinfoassuantransaction.h,
lang/cpp/src/statusconsumerassuantransaction.h,
lang/cpp/src/trustitem.h: Use #include "foo.h" instead of
#include <foo.h> for own headers.
--

This fixes the build for projects that include the headers (as intended)
with #include <gpgme++/...> and that don't add the gpgme++ subdirectory
to the list of include paths for the compiler.

GnuPG-bug-id: 7110
2024-05-24 10:51:32 +02:00
..
assuantransaction.h cpp: Fix includes in public headers 2024-05-24 10:51:32 +02:00
dataprovider.h cpp: Fix includes in public headers 2024-05-24 10:51:32 +02:00
passphraseprovider.h qt, cpp: Add additional copyright BSI notes 2017-04-25 13:03:49 +02:00
progressprovider.h qt, cpp: Add additional copyright BSI notes 2017-04-25 13:03:49 +02:00
statusconsumer.h cpp: Fix includes in public headers 2024-05-24 10:51:32 +02:00