diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-07-30 23:42:07 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-08-02 13:48:24 +0200 |
commit | dacf52300b389c9ab2a6141423962202b84da6d8 (patch) | |
tree | 63f706db90267ba83c5130828091f7f32b47bc04 /examples/imapresource/imapresource.h | |
parent | e2ff5df1661b4119f584578d49c54899a9ef45b6 (diff) | |
download | sink-dacf52300b389c9ab2a6141423962202b84da6d8.tar.gz sink-dacf52300b389c9ab2a6141423962202b84da6d8.zip |
Cleanup.
Diffstat (limited to 'examples/imapresource/imapresource.h')
-rw-r--r-- | examples/imapresource/imapresource.h | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/examples/imapresource/imapresource.h b/examples/imapresource/imapresource.h index 3b8b670..8a6bb59 100644 --- a/examples/imapresource/imapresource.h +++ b/examples/imapresource/imapresource.h | |||
@@ -19,20 +19,9 @@ | |||
19 | 19 | ||
20 | #pragma once | 20 | #pragma once |
21 | 21 | ||
22 | #include "common/resource.h" | ||
22 | #include "common/genericresource.h" | 23 | #include "common/genericresource.h" |
23 | 24 | ||
24 | #include <KAsync/Async> | ||
25 | |||
26 | #include <flatbuffers/flatbuffers.h> | ||
27 | |||
28 | class ImapMailAdaptorFactory; | ||
29 | class ImapFolderAdaptorFactory; | ||
30 | |||
31 | namespace Imap { | ||
32 | struct Message; | ||
33 | struct Folder; | ||
34 | } | ||
35 | |||
36 | /** | 25 | /** |
37 | * An imap resource. | 26 | * An imap resource. |
38 | */ | 27 | */ |