aboutsummaryrefslogtreecommitdiffstats
path: root/lang/cpp
diff options
context:
space:
mode:
authorAndre Heinecke <[email protected]>2016-11-04 11:26:46 +0000
committerAndre Heinecke <[email protected]>2016-11-04 11:26:46 +0000
commit4d3f33d0e9d960df2c34fb4d215987ab4d36111c (patch)
treeda94983245fcd2412ed5e84454c56220df1a9a90 /lang/cpp
parentcpp: Extend gpgmefw for tofuinfo and swdb query (diff)
downloadgpgme-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 'lang/cpp')
-rw-r--r--lang/cpp/src/tofuinfo.h2
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>