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/dummyresource/resourcefactory.h | |
parent | e2ff5df1661b4119f584578d49c54899a9ef45b6 (diff) | |
download | sink-dacf52300b389c9ab2a6141423962202b84da6d8.tar.gz sink-dacf52300b389c9ab2a6141423962202b84da6d8.zip |
Cleanup.
Diffstat (limited to 'examples/dummyresource/resourcefactory.h')
-rw-r--r-- | examples/dummyresource/resourcefactory.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/examples/dummyresource/resourcefactory.h b/examples/dummyresource/resourcefactory.h index cfc6577..0e13696 100644 --- a/examples/dummyresource/resourcefactory.h +++ b/examples/dummyresource/resourcefactory.h | |||
@@ -19,12 +19,8 @@ | |||
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 | #include "common/messagequeue.h" | ||
24 | |||
25 | #include <KAsync/Async> | ||
26 | |||
27 | #include <flatbuffers/flatbuffers.h> | ||
28 | 24 | ||
29 | class DummyResource : public Sink::GenericResource | 25 | class DummyResource : public Sink::GenericResource |
30 | { | 26 | { |