From 270e6e1d1c56824d660f2841cc5a106654245ecd Mon Sep 17 00:00:00 2001
From: Jan Travnicek <Jan.Travnicek@fit.cvut.cz>
Date: Thu, 25 Feb 2016 13:40:31 +0100
Subject: [PATCH] make str library compile

---
 alib2str/src/alphabet/SymbolToStringComposer.h     | 2 +-
 alib2str/src/automaton/AutomatonToStringComposer.h | 2 +-
 alib2str/src/grammar/GrammarToStringComposer.h     | 2 +-
 alib2str/src/graph/GraphToStringComposer.h         | 2 +-
 alib2str/src/label/LabelToStringComposer.h         | 2 +-
 alib2str/src/primitive/PrimitiveToStringComposer.h | 2 +-
 alib2str/src/regexp/RegExpToStringComposer.h       | 2 +-
 alib2str/src/string/StringToStringComposer.h       | 2 +-
 alib2str/src/tree/TreeToStringComposer.h           | 2 +-
 9 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/alib2str/src/alphabet/SymbolToStringComposer.h b/alib2str/src/alphabet/SymbolToStringComposer.h
index 11b584683d..be8e06da3a 100644
--- a/alib2str/src/alphabet/SymbolToStringComposer.h
+++ b/alib2str/src/alphabet/SymbolToStringComposer.h
@@ -9,7 +9,7 @@
 #define SYMBOL_TO_STRING_COMPOSER_H_
 
 #include <ostream>
-#include <common/multipleDispatch.hpp>
+#include <core/multipleDispatch.hpp>
 #include "alphabet/Symbol.h"
 #include "alphabet/SymbolFeatures.h"
 
diff --git a/alib2str/src/automaton/AutomatonToStringComposer.h b/alib2str/src/automaton/AutomatonToStringComposer.h
index 9034a2dee1..f107291de4 100644
--- a/alib2str/src/automaton/AutomatonToStringComposer.h
+++ b/alib2str/src/automaton/AutomatonToStringComposer.h
@@ -9,7 +9,7 @@
 #define AUTOMATON_TO_STRING_COMPOSER_H_
 
 #include <ostream>
-#include <common/multipleDispatch.hpp>
+#include <core/multipleDispatch.hpp>
 #include "automaton/Automaton.h"
 #include "automaton/AutomatonFeatures.h"
 
diff --git a/alib2str/src/grammar/GrammarToStringComposer.h b/alib2str/src/grammar/GrammarToStringComposer.h
index 877ad50e4d..b05d567b66 100644
--- a/alib2str/src/grammar/GrammarToStringComposer.h
+++ b/alib2str/src/grammar/GrammarToStringComposer.h
@@ -2,7 +2,7 @@
 #define GRAMMAR_TO_STRING_COMPOSER_H_
 
 #include <ostream>
-#include <common/multipleDispatch.hpp>
+#include <core/multipleDispatch.hpp>
 #include "grammar/Grammar.h"
 #include "grammar/GrammarFeatures.h"
 
diff --git a/alib2str/src/graph/GraphToStringComposer.h b/alib2str/src/graph/GraphToStringComposer.h
index b8ea85303a..8dd365f5d6 100644
--- a/alib2str/src/graph/GraphToStringComposer.h
+++ b/alib2str/src/graph/GraphToStringComposer.h
@@ -9,7 +9,7 @@
 #define GRAPH_TO_STRING_COMPOSER_H_
 
 #include <set>
-#include <common/multipleDispatch.hpp>
+#include <core/multipleDispatch.hpp>
 #include "graph/Graph.h"
 #include "graph/GraphFeatures.h"
 #include "graph/GraphRepresentation.h"
diff --git a/alib2str/src/label/LabelToStringComposer.h b/alib2str/src/label/LabelToStringComposer.h
index b85b6048f8..9c14903121 100644
--- a/alib2str/src/label/LabelToStringComposer.h
+++ b/alib2str/src/label/LabelToStringComposer.h
@@ -9,7 +9,7 @@
 #define LABEL_TO_STRING_COMPOSER_H_
 
 #include <ostream>
-#include <common/multipleDispatch.hpp>
+#include <core/multipleDispatch.hpp>
 #include "label/Label.h"
 #include "label/LabelFeatures.h"
 
diff --git a/alib2str/src/primitive/PrimitiveToStringComposer.h b/alib2str/src/primitive/PrimitiveToStringComposer.h
index 15a7ed353b..97f6f46a88 100644
--- a/alib2str/src/primitive/PrimitiveToStringComposer.h
+++ b/alib2str/src/primitive/PrimitiveToStringComposer.h
@@ -9,7 +9,7 @@
 #define PRIMITIVE_TO_STRING_COMPOSER_H_
 
 #include <ostream>
-#include <common/multipleDispatch.hpp>
+#include <core/multipleDispatch.hpp>
 #include "primitive/Primitive.h"
 #include "primitive/PrimitiveFeatures.h"
 
diff --git a/alib2str/src/regexp/RegExpToStringComposer.h b/alib2str/src/regexp/RegExpToStringComposer.h
index 92da2f7428..a2f176a70c 100644
--- a/alib2str/src/regexp/RegExpToStringComposer.h
+++ b/alib2str/src/regexp/RegExpToStringComposer.h
@@ -9,7 +9,7 @@
 #define REX_EXP_TO_STRING_COMPOSER_H_
 
 #include <string>
-#include <common/multipleDispatch.hpp>
+#include <core/multipleDispatch.hpp>
 #include "regexp/RegExp.h"
 #include "regexp/unbounded/UnboundedRegExpElement.h"
 #include "regexp/formal/FormalRegExpElement.h"
diff --git a/alib2str/src/string/StringToStringComposer.h b/alib2str/src/string/StringToStringComposer.h
index aef54dd026..9a7ec19070 100644
--- a/alib2str/src/string/StringToStringComposer.h
+++ b/alib2str/src/string/StringToStringComposer.h
@@ -9,7 +9,7 @@
 #define STRING_TO_STRING_COMPOSER_H_
 
 #include <ostream>
-#include <common/multipleDispatch.hpp>
+#include <core/multipleDispatch.hpp>
 #include "string/String.h"
 #include "string/StringFeatures.h"
 
diff --git a/alib2str/src/tree/TreeToStringComposer.h b/alib2str/src/tree/TreeToStringComposer.h
index 5a61cd5405..80d771846c 100644
--- a/alib2str/src/tree/TreeToStringComposer.h
+++ b/alib2str/src/tree/TreeToStringComposer.h
@@ -9,7 +9,7 @@
 #define TREE_TO_STRING_COMPOSER_H_
 
 #include <ostream>
-#include <common/multipleDispatch.hpp>
+#include <core/multipleDispatch.hpp>
 #include "tree/Tree.h"
 #include "tree/TreeFeatures.h"
 
-- 
GitLab