From 7a42b50a0b59e10dc0931cc685aabab669bf3b81 Mon Sep 17 00:00:00 2001 From: Jan Travnicek <Jan.Travnicek@fit.cvut.cz> Date: Thu, 25 Feb 2016 13:57:29 +0100 Subject: [PATCH] make bins compile --- acast2/src/acast.cpp | 2 +- acompare2/src/AutomatonCompare.h | 2 +- acompare2/src/GrammarCompare.h | 2 +- aconvert2/src/DotConverter.h | 2 +- aconvert2/src/GasTexConverter.h | 2 +- aconvert2/src/TikZConverter.h | 2 +- astat2/src/AutomataStat.h | 2 +- astat2/src/GrammarStat.h | 2 +- astat2/src/RegExpStat.h | 2 +- astat2/src/StringStat.h | 2 +- astat2/src/TreeStat.h | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/acast2/src/acast.cpp b/acast2/src/acast.cpp index 01348fa699..42ecf835c2 100644 --- a/acast2/src/acast.cpp +++ b/acast2/src/acast.cpp @@ -14,7 +14,7 @@ #include <sax/SaxParseInterface.h> #include <sax/ParserException.h> #include <object/Object.h> -#include "CastApi.hpp" +#include <cast/CastApi.hpp> // ----------------------------------------------------------------------------------------- diff --git a/acompare2/src/AutomatonCompare.h b/acompare2/src/AutomatonCompare.h index f8d568ef03..487242896c 100644 --- a/acompare2/src/AutomatonCompare.h +++ b/acompare2/src/AutomatonCompare.h @@ -8,7 +8,7 @@ #ifndef AUTOMATON_COMPARE_H_ #define AUTOMATON_COMPARE_H_ -#include <common/multipleDispatch.hpp> +#include <core/multipleDispatch.hpp> #include <ostream> #include <automaton/Automaton.h> diff --git a/acompare2/src/GrammarCompare.h b/acompare2/src/GrammarCompare.h index 26d523521a..2cfbc73481 100644 --- a/acompare2/src/GrammarCompare.h +++ b/acompare2/src/GrammarCompare.h @@ -8,7 +8,7 @@ #ifndef GRAMMAR_COMPARE_H_ #define GRAMMAR_COMPARE_H_ -#include <common/multipleDispatch.hpp> +#include <core/multipleDispatch.hpp> #include <ostream> #include <grammar/Grammar.h> diff --git a/aconvert2/src/DotConverter.h b/aconvert2/src/DotConverter.h index 735fcc6bbd..cfc152b46f 100644 --- a/aconvert2/src/DotConverter.h +++ b/aconvert2/src/DotConverter.h @@ -9,7 +9,7 @@ #define DOT_CONVERTER_H_ #include <ostream> -#include <common/multipleDispatch.hpp> +#include <core/multipleDispatch.hpp> #include <automaton/Automaton.h> #include <automaton/AutomatonFeatures.h> diff --git a/aconvert2/src/GasTexConverter.h b/aconvert2/src/GasTexConverter.h index 92962ccf5c..70a98afb0f 100644 --- a/aconvert2/src/GasTexConverter.h +++ b/aconvert2/src/GasTexConverter.h @@ -9,7 +9,7 @@ #define GAS_TEX_CONVERTER_H_ #include <ostream> -#include <common/multipleDispatch.hpp> +#include <core/multipleDispatch.hpp> #include <map> #include <utility> #include <vector> diff --git a/aconvert2/src/TikZConverter.h b/aconvert2/src/TikZConverter.h index 8efa573326..e9c7508372 100644 --- a/aconvert2/src/TikZConverter.h +++ b/aconvert2/src/TikZConverter.h @@ -9,7 +9,7 @@ #define TIKZ_CONVERTER_H_ #include <ostream> -#include <common/multipleDispatch.hpp> +#include <core/multipleDispatch.hpp> #include <automaton/Automaton.h> #include <automaton/AutomatonFeatures.h> diff --git a/astat2/src/AutomataStat.h b/astat2/src/AutomataStat.h index 8d452b4a51..3f058ab5bf 100644 --- a/astat2/src/AutomataStat.h +++ b/astat2/src/AutomataStat.h @@ -8,7 +8,7 @@ #ifndef AUTOMATA_STAT_H_ #define AUTOMATA_STAT_H_ -#include <common/multipleDispatch.hpp> +#include <core/multipleDispatch.hpp> #include "automaton/Automaton.h" #include "automaton/AutomatonFeatures.h" diff --git a/astat2/src/GrammarStat.h b/astat2/src/GrammarStat.h index a40c2a8d25..7bcb32f9b8 100644 --- a/astat2/src/GrammarStat.h +++ b/astat2/src/GrammarStat.h @@ -8,7 +8,7 @@ #ifndef GRAMMAR_STAT_H_ #define GRAMMAR_STAT_H_ -#include <common/multipleDispatch.hpp> +#include <core/multipleDispatch.hpp> #include "grammar/Grammar.h" #include "grammar/GrammarFeatures.h" diff --git a/astat2/src/RegExpStat.h b/astat2/src/RegExpStat.h index 4c777d2728..4178770df0 100644 --- a/astat2/src/RegExpStat.h +++ b/astat2/src/RegExpStat.h @@ -8,7 +8,7 @@ #ifndef REG_EXP_STAT_H_ #define REG_EXP_STAT_H_ -#include <common/multipleDispatch.hpp> +#include <core/multipleDispatch.hpp> #include "regexp/RegExp.h" #include "regexp/RegExpFeatures.h" diff --git a/astat2/src/StringStat.h b/astat2/src/StringStat.h index dbe31a8976..66430025b5 100644 --- a/astat2/src/StringStat.h +++ b/astat2/src/StringStat.h @@ -8,7 +8,7 @@ #ifndef STRING_STAT_H_ #define STRING_STAT_H_ -#include <common/multipleDispatch.hpp> +#include <core/multipleDispatch.hpp> #include "string/String.h" #include "string/StringFeatures.h" diff --git a/astat2/src/TreeStat.h b/astat2/src/TreeStat.h index f877729cb1..b8d892ae8a 100644 --- a/astat2/src/TreeStat.h +++ b/astat2/src/TreeStat.h @@ -8,7 +8,7 @@ #ifndef TREE_STAT_H_ #define TREE_STAT_H_ -#include <common/multipleDispatch.hpp> +#include <core/multipleDispatch.hpp> #include "tree/Tree.h" #include "tree/TreeFeatures.h" -- GitLab