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

This commit is contained in:
Jesse Beder
2010-10-18 07:05:53 +00:00
parent a71c03a18b
commit 5b8ca9ce01
62 changed files with 62 additions and 62 deletions

View File

@@ -4,8 +4,8 @@
#define SINGLEDOCPARSER_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#include "anchor.h"
#include "noncopyable.h"
#include "yaml-cpp/anchor.h"
#include "yaml-cpp/noncopyable.h"
#include <string>
#include <map>
#include <memory>