From 192ea74be04e207fa35e3dd93d94d18f67a76a46 Mon Sep 17 00:00:00 2001
From: Jan Travnicek <Jan.Travnicek@fit.cvut.cz>
Date: Sat, 9 Apr 2016 22:18:06 +0200
Subject: [PATCH] cleanup

---
 alib2data/src/regexp/formal/FormalRegExpElement.h       | 1 -
 alib2data/src/regexp/unbounded/UnboundedRegExpElement.h | 3 +--
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/alib2data/src/regexp/formal/FormalRegExpElement.h b/alib2data/src/regexp/formal/FormalRegExpElement.h
index 89f0fc24b1..0f16158382 100644
--- a/alib2data/src/regexp/formal/FormalRegExpElement.h
+++ b/alib2data/src/regexp/formal/FormalRegExpElement.h
@@ -24,7 +24,6 @@ class FormalRegExpEmpty;
 class FormalRegExpEpsilon;
 
 class UnboundedRegExpElement;
-class FormalRegExpElement;
 
 class FormalRegExpElementVisitor {
 public:
diff --git a/alib2data/src/regexp/unbounded/UnboundedRegExpElement.h b/alib2data/src/regexp/unbounded/UnboundedRegExpElement.h
index b472d57761..75eb61666d 100644
--- a/alib2data/src/regexp/unbounded/UnboundedRegExpElement.h
+++ b/alib2data/src/regexp/unbounded/UnboundedRegExpElement.h
@@ -24,7 +24,6 @@ class UnboundedRegExpEmpty;
 class UnboundedRegExpEpsilon;
 
 class FormalRegExpElement;
-class UnboundedRegExpElement;
 
 class UnboundedRegExpElementVisitor {
 public:
@@ -85,7 +84,7 @@ public:
 	friend class UnboundedRegExpAlternation;
 	friend class UnboundedRegExpConcatenation;
 	friend class UnboundedRegExpIteration;
-	friend class FromalRegExpSymbol;
+	friend class UnboundedRegExpSymbol;
 	friend class UnboundedRegExpEmpty;
 	friend class UnboundedRegExpEpsilon;
 };
-- 
GitLab