diff options
author | Andre Heinecke <[email protected]> | 2016-11-04 11:26:46 +0000 |
---|---|---|
committer | Andre Heinecke <[email protected]> | 2016-11-04 11:26:46 +0000 |
commit | 4d3f33d0e9d960df2c34fb4d215987ab4d36111c (patch) | |
tree | da94983245fcd2412ed5e84454c56220df1a9a90 | |
parent | cpp: Extend gpgmefw for tofuinfo and swdb query (diff) | |
download | gpgme-4d3f33d0e9d960df2c34fb4d215987ab4d36111c.tar.gz gpgme-4d3f33d0e9d960df2c34fb4d215987ab4d36111c.zip |
cpp: Don't include gpgme.h in tofuinfo header
* lang/cpp/src/tofuinfo.h: Don't include gpgme.h
--
No public header should include gpgme.h
Diffstat (limited to '')
-rw-r--r-- | lang/cpp/src/tofuinfo.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lang/cpp/src/tofuinfo.h b/lang/cpp/src/tofuinfo.h index c09c82ad..7165d058 100644 --- a/lang/cpp/src/tofuinfo.h +++ b/lang/cpp/src/tofuinfo.h @@ -25,8 +25,6 @@ #include "gpgmepp_export.h" -#include "gpgme.h" - #include "global.h" #include <memory> |