relpipe-lib-writer: move public header files to: include/relpipe/writer/ v_0
authorFrantišek Kučera <franta-hg@frantovo.cz>
Mon, 13 Aug 2018 20:31:09 +0200
branchv_0
changeset 20 a18b6964d300
parent 19 22f493401ac0
child 21 1f7b203fceab
relpipe-lib-writer: move public header files to: include/relpipe/writer/
ArgumentsCommand.h
DemoCommand.h
StdInCommand.h
relpipe-in-cli.cpp
--- 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 <vector>
 #include <algorithm>
 
-#include <typedefs.h>
+#include <relpipe/writer/typedefs.h>
 
 #include "Command.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 <vector>
 #include <algorithm>
 
-#include <typedefs.h>
+#include <relpipe/writer/typedefs.h>
 
 #include "Command.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 <vector>
 #include <algorithm>
 #include <string>
-
-#include <typedefs.h>
 #include <locale>
 
+#include <relpipe/writer/typedefs.h>
 #include <relpipe/cli/CLI.h>
 
 #include "Command.h"
--- 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 <cstdlib>
 #include <memory>
 
-#include <RelationalWriter.h>
-#include <RelpipeWriterException.h>
-#include <Factory.h>
-#include <TypeId.h>
+#include <relpipe/writer/RelationalWriter.h>
+#include <relpipe/writer/RelpipeWriterException.h>
+#include <relpipe/writer/Factory.h>
+#include <relpipe/writer/TypeId.h>
 
 #include <relpipe/cli/CLI.h>