Moved all the includes to a subfolder yaml-cpp so they don't interfere with other libraries' includes

This commit is contained in:
jbeder
2010-10-18 07:05:53 +00:00
parent 12d2beda29
commit 2a256f2870
62 changed files with 62 additions and 62 deletions

View File

@@ -1,8 +1,8 @@
#include "singledocparser.h"
#include "collectionstack.h"
#include "directives.h"
#include "eventhandler.h"
#include "exceptions.h"
#include "yaml-cpp/eventhandler.h"
#include "yaml-cpp/exceptions.h"
#include "scanner.h"
#include "tag.h"
#include "token.h"