Fixed the rest of the includes to explicitly state yaml-cpp/

This commit is contained in:
Jesse Beder
2010-10-18 07:22:53 +00:00
parent 21be19d493
commit 9ad3a1b905
10 changed files with 26 additions and 26 deletions

View File

@@ -4,12 +4,12 @@
#define YAML_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#include "parser.h"
#include "node.h"
#include "stlnode.h"
#include "iterator.h"
#include "emitter.h"
#include "stlemitter.h"
#include "exceptions.h"
#include "yaml-cpp/parser.h"
#include "yaml-cpp/node.h"
#include "yaml-cpp/stlnode.h"
#include "yaml-cpp/iterator.h"
#include "yaml-cpp/emitter.h"
#include "yaml-cpp/stlemitter.h"
#include "yaml-cpp/exceptions.h"
#endif // YAML_H_62B23520_7C8E_11DE_8A39_0800200C9A66