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

algo: remove not needed include

parent 0fb7a684
No related branches found
No related tags found
1 merge request!203Adress some more clang-tidy issues
......@@ -3,7 +3,7 @@
#include <regexp/formal/FormalRegExp.h>
#include <regexp/unbounded/UnboundedRegExp.h>
 
#include <automaton/FSM/NFA.h>
#include <automaton/FSM/DFA.h>
 
#include <regexp/RegExp.h>
 
......@@ -87,4 +87,3 @@ automaton::DFA < SymbolType, unsigned > ToAutomatonDerivation::convert(const T&
} /* namespace convert */
 
} /* namespace regexp */
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