diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-05-07 11:06:11 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-05-07 11:06:11 +0200 |
commit | 7131b3f61d1c6f865f656a8fd714a46e236a66d1 (patch) | |
tree | 31101afd22b40b75743890e92fd9c105003ef2be /framework/src | |
parent | 2989ba081341d01231bbf2efebd45b0d03958dd7 (diff) | |
download | kube-7131b3f61d1c6f865f656a8fd714a46e236a66d1.tar.gz kube-7131b3f61d1c6f865f656a8fd714a46e236a66d1.zip |
Removed unnecessary include
Diffstat (limited to 'framework/src')
-rw-r--r-- | framework/src/domain/mime/partmodel.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/framework/src/domain/mime/partmodel.cpp b/framework/src/domain/mime/partmodel.cpp index da2802c6..79e83480 100644 --- a/framework/src/domain/mime/partmodel.cpp +++ b/framework/src/domain/mime/partmodel.cpp | |||
@@ -25,8 +25,6 @@ | |||
25 | #include <QDebug> | 25 | #include <QDebug> |
26 | #include <QTextDocument> | 26 | #include <QTextDocument> |
27 | 27 | ||
28 | #include <gpgme.h> | ||
29 | |||
30 | class PartModelPrivate | 28 | class PartModelPrivate |
31 | { | 29 | { |
32 | public: | 30 | public: |