diff --git a/include/yaml-cpp/aliasmanager.h b/include/yaml-cpp/aliasmanager.h index caa6648..4db9c89 100644 --- a/include/yaml-cpp/aliasmanager.h +++ b/include/yaml-cpp/aliasmanager.h @@ -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 namespace YAML diff --git a/include/yaml-cpp/conversion.h b/include/yaml-cpp/conversion.h index 3a03053..fb2df7f 100644 --- a/include/yaml-cpp/conversion.h +++ b/include/yaml-cpp/conversion.h @@ -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 #include diff --git a/include/yaml-cpp/emitfromevents.h b/include/yaml-cpp/emitfromevents.h index 6c9b241..a50e590 100644 --- a/include/yaml-cpp/emitfromevents.h +++ b/include/yaml-cpp/emitfromevents.h @@ -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 namespace YAML diff --git a/include/yaml-cpp/emitter.h b/include/yaml-cpp/emitter.h index a353e71..a7ae2b3 100644 --- a/include/yaml-cpp/emitter.h +++ b/include/yaml-cpp/emitter.h @@ -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 #include #include diff --git a/include/yaml-cpp/eventhandler.h b/include/yaml-cpp/eventhandler.h index f76b946..f1f17db 100644 --- a/include/yaml-cpp/eventhandler.h +++ b/include/yaml-cpp/eventhandler.h @@ -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 namespace YAML diff --git a/include/yaml-cpp/exceptions.h b/include/yaml-cpp/exceptions.h index f81db59..7061626 100644 --- a/include/yaml-cpp/exceptions.h +++ b/include/yaml-cpp/exceptions.h @@ -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 #include #include diff --git a/include/yaml-cpp/node.h b/include/yaml-cpp/node.h index a3c95aa..6938504 100644 --- a/include/yaml-cpp/node.h +++ b/include/yaml-cpp/node.h @@ -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 #include #include @@ -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 diff --git a/include/yaml-cpp/nodeimpl.h b/include/yaml-cpp/nodeimpl.h index e6cffc3..e9755de 100644 --- a/include/yaml-cpp/nodeimpl.h +++ b/include/yaml-cpp/nodeimpl.h @@ -4,7 +4,7 @@ #define NODEIMPL_H_62B23520_7C8E_11DE_8A39_0800200C9A66 -#include "nodeutil.h" +#include "yaml-cpp/nodeutil.h" namespace YAML { diff --git a/include/yaml-cpp/parser.h b/include/yaml-cpp/parser.h index c0fd57b..eec0e99 100644 --- a/include/yaml-cpp/parser.h +++ b/include/yaml-cpp/parser.h @@ -4,7 +4,7 @@ #define PARSER_H_62B23520_7C8E_11DE_8A39_0800200C9A66 -#include "noncopyable.h" +#include "yaml-cpp/noncopyable.h" #include #include diff --git a/include/yaml-cpp/yaml.h b/include/yaml-cpp/yaml.h index d1e83ca..052d306 100644 --- a/include/yaml-cpp/yaml.h +++ b/include/yaml-cpp/yaml.h @@ -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