#pragma once #include "DFA/DFAGraph.hpp" #include namespace converters { using namespace DFA; std::string DFAGraphToRegular(DFAGraph&&); }