From 975be843ffdfa4f0532c1cd767853413f451d408 Mon Sep 17 00:00:00 2001
From: Jan Travnicek <Jan.Travnicek@fit.cvut.cz>
Date: Thu, 7 Jul 2016 16:14:27 +0200
Subject: [PATCH] remove friend class RegExpOptimize

---
 alib2data/src/regexp/formal/FormalRegExpAlternation.h   | 6 ------
 alib2data/src/regexp/formal/FormalRegExpConcatenation.h | 6 ------
 alib2data/src/regexp/formal/FormalRegExpIteration.h     | 6 ------
 3 files changed, 18 deletions(-)

diff --git a/alib2data/src/regexp/formal/FormalRegExpAlternation.h b/alib2data/src/regexp/formal/FormalRegExpAlternation.h
index d1e341bee8..bf6852a935 100644
--- a/alib2data/src/regexp/formal/FormalRegExpAlternation.h
+++ b/alib2data/src/regexp/formal/FormalRegExpAlternation.h
@@ -13,12 +13,6 @@
 
 namespace regexp {
 
-namespace simplify {
-
-class RegExpOptimize;
-
-} /* namespace simplify */
-
 /**
  * Represents alternation operator in the regular expression. Contains list of FormalRegExpElement
  * as operands of the operator.
diff --git a/alib2data/src/regexp/formal/FormalRegExpConcatenation.h b/alib2data/src/regexp/formal/FormalRegExpConcatenation.h
index fa2bb72698..ef0e0138f5 100644
--- a/alib2data/src/regexp/formal/FormalRegExpConcatenation.h
+++ b/alib2data/src/regexp/formal/FormalRegExpConcatenation.h
@@ -15,12 +15,6 @@
 
 namespace regexp {
 
-namespace simplify {
-
-class RegExpOptimize;
-
-} /* namespace simplify */
-
 /**
  * Represents concatenation operator in the regular expression. Contains list of FormalRegExpElement
  * as operands of the operator.
diff --git a/alib2data/src/regexp/formal/FormalRegExpIteration.h b/alib2data/src/regexp/formal/FormalRegExpIteration.h
index 5a2e4633dc..e9d74a5a90 100644
--- a/alib2data/src/regexp/formal/FormalRegExpIteration.h
+++ b/alib2data/src/regexp/formal/FormalRegExpIteration.h
@@ -13,12 +13,6 @@
 
 namespace regexp {
 
-namespace simplify {
-
-class RegExpOptimize;
-
-} /* namespace simplify */
-
 /**
  * Represents iteration operator in the regular expression. Contains one FormalRegExpElement
  * as operand.
-- 
GitLab