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

@@ -3,7 +3,7 @@
#ifndef ALIASMANAGER_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#define ALIASMANAGER_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#include "anchor.h"
#include "yaml-cpp/anchor.h"
#include <map>
namespace YAML

View File

@@ -4,8 +4,8 @@
#define CONVERSION_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#include "null.h"
#include "traits.h"
#include "yaml-cpp/null.h"
#include "yaml-cpp/traits.h"
#include <string>
#include <sstream>

View File

@@ -3,7 +3,7 @@
#ifndef EMITFROMEVENTS_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#define EMITFROMEVENTS_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#include "eventhandler.h"
#include "yaml-cpp/eventhandler.h"
#include <stack>
namespace YAML

View File

@@ -4,9 +4,9 @@
#define EMITTER_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#include "emittermanip.h"
#include "ostream.h"
#include "null.h"
#include "yaml-cpp/emittermanip.h"
#include "yaml-cpp/ostream.h"
#include "yaml-cpp/null.h"
#include <memory>
#include <string>
#include <sstream>

View File

@@ -3,7 +3,7 @@
#ifndef EVENTHANDLER_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#define EVENTHANDLER_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#include "anchor.h"
#include "yaml-cpp/anchor.h"
#include <string>
namespace YAML

View File

@@ -4,8 +4,8 @@
#define EXCEPTIONS_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#include "mark.h"
#include "traits.h"
#include "yaml-cpp/mark.h"
#include "yaml-cpp/traits.h"
#include <exception>
#include <string>
#include <sstream>

View File

@@ -4,11 +4,11 @@
#define NODE_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#include "conversion.h"
#include "exceptions.h"
#include "iterator.h"
#include "mark.h"
#include "noncopyable.h"
#include "yaml-cpp/conversion.h"
#include "yaml-cpp/exceptions.h"
#include "yaml-cpp/iterator.h"
#include "yaml-cpp/mark.h"
#include "yaml-cpp/noncopyable.h"
#include <iostream>
#include <string>
#include <vector>
@@ -138,7 +138,7 @@ namespace YAML
bool operator != (const Node& node, const char *value);
}
#include "nodeimpl.h"
#include "nodereadimpl.h"
#include "yaml-cpp/nodeimpl.h"
#include "yaml-cpp/nodereadimpl.h"
#endif // NODE_H_62B23520_7C8E_11DE_8A39_0800200C9A66

View File

@@ -4,7 +4,7 @@
#define NODEIMPL_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#include "nodeutil.h"
#include "yaml-cpp/nodeutil.h"
namespace YAML
{

View File

@@ -4,7 +4,7 @@
#define PARSER_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#include "noncopyable.h"
#include "yaml-cpp/noncopyable.h"
#include <ios>
#include <memory>

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