StdInCommand.h
branchv_0
changeset 19 22f493401ac0
parent 18 9e543fd0254c
child 20 a18b6964d300
equal deleted inserted replaced
18:9e543fd0254c 19:22f493401ac0
     8 #include <string>
     8 #include <string>
     9 
     9 
    10 #include <typedefs.h>
    10 #include <typedefs.h>
    11 #include <locale>
    11 #include <locale>
    12 
    12 
       
    13 #include <relpipe/cli/CLI.h>
       
    14 
    13 #include "Command.h"
    15 #include "Command.h"
    14 #include "CLI.h"
       
    15 #include "RelpipeCLIException.h"
    16 #include "RelpipeCLIException.h"
    16 
    17 
    17 namespace relpipe {
    18 namespace relpipe {
    18 namespace in {
    19 namespace in {
    19 namespace cli {
    20 namespace cli {