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/carddavresource/carddavresource.h | |
parent | e2ff5df1661b4119f584578d49c54899a9ef45b6 (diff) | |
download | sink-dacf52300b389c9ab2a6141423962202b84da6d8.tar.gz sink-dacf52300b389c9ab2a6141423962202b84da6d8.zip |
Cleanup.
Diffstat (limited to 'examples/carddavresource/carddavresource.h')
-rw-r--r-- | examples/carddavresource/carddavresource.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/examples/carddavresource/carddavresource.h b/examples/carddavresource/carddavresource.h index 3c0f707..6238736 100644 --- a/examples/carddavresource/carddavresource.h +++ b/examples/carddavresource/carddavresource.h | |||
@@ -19,16 +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 <KDAV2/DavUrl> | ||
25 | #include <KAsync/Async> | ||
26 | |||
27 | #include <flatbuffers/flatbuffers.h> | ||
28 | |||
29 | class ContactAdaptorFactory; | ||
30 | class AddressbookAdaptorFactory; | ||
31 | |||
32 | /** | 25 | /** |
33 | * A CardDAV resource. | 26 | * A CardDAV resource. |
34 | * | 27 | * |