Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
PIM
PIM Messagelib
Commits
ba70df6d
Commit
ba70df6d
authored
Mar 31, 2016
by
Sandro Knauß
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cleanup includes
parent
f48b9923
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
21 deletions
+17
-21
mimetreeparser/src/viewer/objecttreeparser.cpp
mimetreeparser/src/viewer/objecttreeparser.cpp
+17
-21
No files found.
mimetreeparser/src/viewer/objecttreeparser.cpp
View file @
ba70df6d
...
...
@@ -36,46 +36,44 @@
#include "objecttreeparser.h"
#include "attachmentstrategy.h"
#include "bodypartformatterbasefactory.h"
#include "converthtmltoplaintext.h"
#include "csshelperbase.h"
#include "nodehelper.h"
#include "messagepart.h"
#include "partmetadata.h"
#include "partnodebodypart.h"
#include "mimetreeparser_debug.h"
#include "objecttreesourceif.h"
#include "partmetadata.h"
#include "attachmentstrategy.h"
#include "interfaces/htmlwriter.h"
#include "csshelperbase.h"
#include "bodypartformatterbasefactory.h"
#include "viewer/partnodebodypart.h"
#include "interfaces/bodypartformatter.h"
#include "utils/mimetype.h"
#include "job/kleojobexecutor.h"
#include "nodehelper.h"
#include "interfaces/htmlwriter.h"
#include "utils/iconnamecache.h"
#include "mimetreeparser_debug.h"
#include "converthtmltoplaintext.h"
#include "utils/mimetype.h"
// KDEPIM includes
#include <MessageCore/NodeHelper>
#include <MessageCore/StringUtil>
#include <Libkleo/SpecialJob>
#include <Libkleo/CryptoBackendFactory>
#include <Libkleo/ImportJob>
// KDEPIMLIBS includes
#include <gpgme++/importresult.h>
#include <gpgme++/key.h>
#include <gpgme.h>
#include <KMime/Message>
#include <KMime/Headers>
#include <KMime/Message>
// KDE includes
#include <KLocalizedString>
#include <KTextToHTML>
// Qt includes
#include <QByteArray>
#include <QFile>
#include <QTextCodec>
#include <Q
ByteArray
>
#include <Q
TextDocument
>
// other includes
#include <sstream>
...
...
@@ -83,8 +81,6 @@
#include <sys/types.h>
#include <unistd.h>
#include <memory>
#include <MessageCore/NodeHelper>
#include <qtextdocument.h>
using
namespace
MimeTreeParser
;
using
namespace
MessageCore
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment