# HG changeset patch # User František Kučera # Date 1534185069 -7200 # Node ID a18b6964d30093913084ee189b801ed686a3155a # Parent 22f493401ac00483f4aad61f5284b90d8d2873cb relpipe-lib-writer: move public header files to: include/relpipe/writer/ diff -r 22f493401ac0 -r a18b6964d300 ArgumentsCommand.h --- a/ArgumentsCommand.h Sun Aug 12 12:56:18 2018 +0200 +++ b/ArgumentsCommand.h Mon Aug 13 20:31:09 2018 +0200 @@ -6,7 +6,7 @@ #include #include -#include +#include #include "Command.h" diff -r 22f493401ac0 -r a18b6964d300 DemoCommand.h --- a/DemoCommand.h Sun Aug 12 12:56:18 2018 +0200 +++ b/DemoCommand.h Mon Aug 13 20:31:09 2018 +0200 @@ -6,7 +6,7 @@ #include #include -#include +#include #include "Command.h" diff -r 22f493401ac0 -r a18b6964d300 StdInCommand.h --- a/StdInCommand.h Sun Aug 12 12:56:18 2018 +0200 +++ b/StdInCommand.h Mon Aug 13 20:31:09 2018 +0200 @@ -6,10 +6,9 @@ #include #include #include - -#include #include +#include #include #include "Command.h" diff -r 22f493401ac0 -r a18b6964d300 relpipe-in-cli.cpp --- a/relpipe-in-cli.cpp Sun Aug 12 12:56:18 2018 +0200 +++ b/relpipe-in-cli.cpp Mon Aug 13 20:31:09 2018 +0200 @@ -1,10 +1,10 @@ #include #include -#include -#include -#include -#include +#include +#include +#include +#include #include