relpipe-in-cli.cpp
branchv_0
changeset 20 a18b6964d300
parent 19 22f493401ac0
child 21 1f7b203fceab
equal deleted inserted replaced
19:22f493401ac0 20:a18b6964d300
     1 #include <cstdlib>
     1 #include <cstdlib>
     2 #include <memory>
     2 #include <memory>
     3 
     3 
     4 #include <RelationalWriter.h>
     4 #include <relpipe/writer/RelationalWriter.h>
     5 #include <RelpipeWriterException.h>
     5 #include <relpipe/writer/RelpipeWriterException.h>
     6 #include <Factory.h>
     6 #include <relpipe/writer/Factory.h>
     7 #include <TypeId.h>
     7 #include <relpipe/writer/TypeId.h>
     8 
     8 
     9 #include <relpipe/cli/CLI.h>
     9 #include <relpipe/cli/CLI.h>
    10 
    10 
    11 #include "RelpipeCLIException.h"
    11 #include "RelpipeCLIException.h"
    12 #include "Command.h"
    12 #include "Command.h"