diff options
Diffstat (limited to 'examples/imapresource/imapresource.cpp')
-rw-r--r-- | examples/imapresource/imapresource.cpp | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/examples/imapresource/imapresource.cpp b/examples/imapresource/imapresource.cpp index 421bedf..34a4376 100644 --- a/examples/imapresource/imapresource.cpp +++ b/examples/imapresource/imapresource.cpp | |||
@@ -18,21 +18,14 @@ | |||
18 | */ | 18 | */ |
19 | 19 | ||
20 | #include "imapresource.h" | 20 | #include "imapresource.h" |
21 | |||
21 | #include "facade.h" | 22 | #include "facade.h" |
22 | #include "entitybuffer.h" | ||
23 | #include "pipeline.h" | 23 | #include "pipeline.h" |
24 | #include "mail_generated.h" | ||
25 | #include "createentity_generated.h" | ||
26 | #include "modifyentity_generated.h" | ||
27 | #include "deleteentity_generated.h" | ||
28 | #include "domainadaptor.h" | ||
29 | #include "resourceconfig.h" | 24 | #include "resourceconfig.h" |
30 | #include "commands.h" | 25 | #include "commands.h" |
31 | #include "index.h" | 26 | #include "index.h" |
32 | #include "log.h" | 27 | #include "log.h" |
33 | #include "domain/mail.h" | ||
34 | #include "definitions.h" | 28 | #include "definitions.h" |
35 | #include "facadefactory.h" | ||
36 | #include "inspection.h" | 29 | #include "inspection.h" |
37 | #include "synchronizer.h" | 30 | #include "synchronizer.h" |
38 | #include "sourcewriteback.h" | 31 | #include "sourcewriteback.h" |
@@ -41,15 +34,14 @@ | |||
41 | 34 | ||
42 | #include <QtGlobal> | 35 | #include <QtGlobal> |
43 | #include <QDate> | 36 | #include <QDate> |
44 | #include <QUuid> | ||
45 | #include <QDir> | ||
46 | #include <QDirIterator> | ||
47 | #include <QDateTime> | 37 | #include <QDateTime> |
48 | #include <QtAlgorithms> | 38 | #include <QtAlgorithms> |
49 | 39 | ||
40 | #include "facadefactory.h" | ||
41 | #include "adaptorfactoryregistry.h" | ||
42 | |||
50 | #include "imapserverproxy.h" | 43 | #include "imapserverproxy.h" |
51 | #include "mailpreprocessor.h" | 44 | #include "mailpreprocessor.h" |
52 | #include "adaptorfactoryregistry.h" | ||
53 | #include "specialpurposepreprocessor.h" | 45 | #include "specialpurposepreprocessor.h" |
54 | 46 | ||
55 | //This is the resources entity type, and not the domain type | 47 | //This is the resources entity type, and not the domain type |