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

This commit is contained in:
beder
2011-09-10 23:11:28 -05:00
parent fb538c9490
commit 4bbe984bdc
12 changed files with 20 additions and 32 deletions

View File

@@ -9,10 +9,10 @@
#include "yaml-cpp/conversion.h"
#include "yaml-cpp/dll.h"
#include "yaml-cpp/exceptions.h"
#include "yaml-cpp/iterator.h"
#include "yaml-cpp/ltnode.h"
#include "yaml-cpp/mark.h"
#include "yaml-cpp/noncopyable.h"
#include "yaml-cpp/old-api/iterator.h"
#include "yaml-cpp/old-api/ltnode.h"
#include <iostream>
#include <map>
#include <memory>