relpipe-in-fstab.cpp
branchv_0
changeset 4 0afc596749a1
parent 3 e8be873f1eab
child 5 549a40d276c3
equal deleted inserted replaced
3:e8be873f1eab 4:0afc596749a1
     8 #include <RelationalWriter.h>
     8 #include <RelationalWriter.h>
     9 #include <RelpipeWriterException.h>
     9 #include <RelpipeWriterException.h>
    10 #include <Factory.h>
    10 #include <Factory.h>
    11 #include <TypeId.h>
    11 #include <TypeId.h>
    12 
    12 
    13 #include "CLI.h"
    13 #include <relpipe/cli/CLI.h>
    14 
    14 
    15 using namespace relpipe::cli;
    15 using namespace relpipe::cli;
    16 using namespace relpipe::writer;
    16 using namespace relpipe::writer;
    17 
    17 
    18 /**
    18 /**