diff -r 98b901d7bb95 -r bef6648e79b1 include/Factory.h --- a/include/Factory.h Sat Jul 28 15:42:33 2018 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,19 +0,0 @@ -#pragma once - -#include -#include -#include - -#include "typedefs.h" -#include "TypeId.h" - -namespace relpipe { -namespace writer { - -class Factory { -public: - static RelationalWriter* create(std::ostream &output); -}; - -} -}