diff --git a/include/yaml-cpp/parser.h b/include/yaml-cpp/parser.h index ffc21f5..8ec926b 100644 --- a/include/yaml-cpp/parser.h +++ b/include/yaml-cpp/parser.h @@ -14,10 +14,8 @@ namespace YAML { struct Directives; - struct Mark; struct Token; class EventHandler; - class Node; class Scanner; class YAML_CPP_API Parser: private noncopyable