From 7a98c9853726ed09abd35a447f9854c5459a855d Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 21 Mar 2017 13:09:46 +0100 Subject: 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. --- sinksh/syntax_modules/sink_clear.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'sinksh/syntax_modules/sink_clear.cpp') 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 @@ #include "common/resource.h" #include "common/storage.h" -#include "common/domain/event.h" -#include "common/domain/folder.h" #include "common/resourceconfig.h" #include "common/log.h" #include "common/storage.h" -- cgit v1.2.3