Put all the old-api stuff back in the main folder, for simplicity

This commit is contained in:
Jesse Beder
2012-01-20 23:55:39 -06:00
parent 1723523c43
commit b688c93050
22 changed files with 26 additions and 69 deletions

View File

@@ -1,9 +1,9 @@
#include "yaml-cpp/parser.h"
#include "yaml-cpp/eventhandler.h"
#include "yaml-cpp/exceptions.h"
#include "yaml-cpp/old-api/node.h"
#include "old-api/nodebuilder.h"
#include "yaml-cpp/node.h"
#include "directives.h"
#include "nodebuilder.h"
#include "scanner.h"
#include "singledocparser.h"
#include "tag.h"