Skip to content
Snippets Groups Projects
Commit 192ea74b authored by Jan Trávníček's avatar Jan Trávníček
Browse files

cleanup

parent 83b0ce1a
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,6 @@ class FormalRegExpEmpty;
class FormalRegExpEpsilon;
 
class UnboundedRegExpElement;
class FormalRegExpElement;
 
class FormalRegExpElementVisitor {
public:
......
......@@ -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;
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment