From 936a1312fffab9d46a701582749bff526bf05ea1 Mon Sep 17 00:00:00 2001
From: Jan Travnicek <Jan.Travnicek@fit.cvut.cz>
Date: Thu, 25 Apr 2019 21:33:29 +0200
Subject: [PATCH] fix including of xml api

---
 alib2data/src/common/ranked_symbol.hpp      | 1 -
 alib2data/src/rte/formal/FormalRTEElement.h | 1 -
 alib2raw/src/tree/raw/UnrankedTree.h        | 1 +
 3 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/alib2data/src/common/ranked_symbol.hpp b/alib2data/src/common/ranked_symbol.hpp
index de912a3af0..3e1221c6ef 100644
--- a/alib2data/src/common/ranked_symbol.hpp
+++ b/alib2data/src/common/ranked_symbol.hpp
@@ -11,7 +11,6 @@
 #include <alib/tuple>
 
 #include <core/normalize.hpp>
-#include <sax/FromXMLParserHelper.h>
 
 #include <common/DefaultSymbolType.h>
 #include <common/DefaultRankType.h>
diff --git a/alib2data/src/rte/formal/FormalRTEElement.h b/alib2data/src/rte/formal/FormalRTEElement.h
index 9b89bba038..db7bcfcbef 100644
--- a/alib2data/src/rte/formal/FormalRTEElement.h
+++ b/alib2data/src/rte/formal/FormalRTEElement.h
@@ -25,7 +25,6 @@
 #define FORMAL_RTE_ELEMENT_H_
 
 #include <common/ranked_symbol.hpp>
-#include <alphabet/xml/RankedSymbol.h>
 #include <alib/set>
 #include <alib/tree>
 #include <alib/compare>
diff --git a/alib2raw/src/tree/raw/UnrankedTree.h b/alib2raw/src/tree/raw/UnrankedTree.h
index 47140962d5..26af867c55 100644
--- a/alib2raw/src/tree/raw/UnrankedTree.h
+++ b/alib2raw/src/tree/raw/UnrankedTree.h
@@ -10,6 +10,7 @@
 
 #include <tree/unranked/UnrankedTree.h>
 #include <sax/SaxParseInterface.h>
+#include <sax/FromXMLParserHelper.h>
 #include <sax/SaxComposeInterface.h>
 #include <core/rawApi.hpp>
 
-- 
GitLab