From 96ae51dd254764239e7d5b2913fd4e7381d28a93 Mon Sep 17 00:00:00 2001 From: beder Date: Fri, 8 Jun 2012 10:26:49 -0500 Subject: [PATCH] Removed unnecessary forward declarations --- include/yaml-cpp/parser.h | 2 -- 1 file changed, 2 deletions(-) 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