#pragma once #include "DFA/DFAGraph.hpp" namespace converters { using namespace DFA; DFAGraph InvertFDFAGraph(DFAGraph&&); }