diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-03-21 13:09:46 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-03-21 13:13:56 +0100 |
commit | 7a98c9853726ed09abd35a447f9854c5459a855d (patch) | |
tree | 50aa14c43ab616529d35fdf91f6ed8d69887c8ab /sinksh/syntax_modules/sink_clear.cpp | |
parent | a2a4d09cbd42d3de8380ee0061a80cdc0bfb4e6c (diff) | |
download | sink-7a98c9853726ed09abd35a447f9854c5459a855d.tar.gz sink-7a98c9853726ed09abd35a447f9854c5459a855d.zip |
Move type implementations in one place
Having them separated is rather pointless (since we need one for every
type, and all types are the interface of sink, as one), and caused quite
a bit of friction when adding new types. This will also make it easier
to change things for all types.
Diffstat (limited to 'sinksh/syntax_modules/sink_clear.cpp')
-rw-r--r-- | sinksh/syntax_modules/sink_clear.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sinksh/syntax_modules/sink_clear.cpp b/sinksh/syntax_modules/sink_clear.cpp index 1537ecd..0f0f296 100644 --- a/sinksh/syntax_modules/sink_clear.cpp +++ b/sinksh/syntax_modules/sink_clear.cpp | |||
@@ -23,8 +23,6 @@ | |||
23 | 23 | ||
24 | #include "common/resource.h" | 24 | #include "common/resource.h" |
25 | #include "common/storage.h" | 25 | #include "common/storage.h" |
26 | #include "common/domain/event.h" | ||
27 | #include "common/domain/folder.h" | ||
28 | #include "common/resourceconfig.h" | 26 | #include "common/resourceconfig.h" |
29 | #include "common/log.h" | 27 | #include "common/log.h" |
30 | #include "common/storage.h" | 28 | #include "common/storage.h" |