#include "DefinitionDiff.h" #include "DefinitionNode.h" DefinitionDiff::DefinitionDiff(const std::string &type_name): type_name(type_name) { }