#include "__set.h" #include "Exception.h" #include namespace jet { __set::__set(coreutils::ZString &in, coreutils::MString &out) : Tag(in, out) { } }