Fixed up the old API stuff, and removed the util/value (since it's no longer needed)

This commit is contained in:
Jesse Beder
2011-09-10 23:11:28 -05:00
parent 03fc837236
commit 2d06df474b
12 changed files with 20 additions and 32 deletions

View File

@@ -1,7 +1,7 @@
#include "yaml-cpp/null.h"
#if YAML_CPP_OLD_API
#include "yaml-cpp/node.h"
#include "yaml-cpp/old-api/node.h"
#endif
namespace YAML