Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
yaml-cpp
Commits
c953ce0b
Commit
c953ce0b
authored
Oct 18, 2011
by
Jesse Beder
Browse files
Fixed broken includes when using the old api
parent
f87dced5
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
7 deletions
+7
-7
include/yaml-cpp/old-api/node.h
include/yaml-cpp/old-api/node.h
+3
-3
include/yaml-cpp/old-api/nodeimpl.h
include/yaml-cpp/old-api/nodeimpl.h
+1
-1
src/old-api/conversion.cpp
src/old-api/conversion.cpp
+1
-1
src/old-api/iterpriv.h
src/old-api/iterpriv.h
+1
-1
src/old-api/node.cpp
src/old-api/node.cpp
+1
-1
No files found.
include/yaml-cpp/old-api/node.h
View file @
c953ce0b
...
...
@@ -6,11 +6,11 @@
#endif
#include "yaml-cpp/conversion.h"
#include "yaml-cpp/dll.h"
#include "yaml-cpp/exceptions.h"
#include "yaml-cpp/mark.h"
#include "yaml-cpp/noncopyable.h"
#include "yaml-cpp/old-api/conversion.h"
#include "yaml-cpp/old-api/iterator.h"
#include "yaml-cpp/old-api/ltnode.h"
#include <iostream>
...
...
@@ -129,7 +129,7 @@ namespace YAML
};
}
#include "yaml-cpp/nodeimpl.h"
#include "yaml-cpp/nodereadimpl.h"
#include "yaml-cpp/
old-api/
nodeimpl.h"
#include "yaml-cpp/
old-api/
nodereadimpl.h"
#endif // NODE_H_62B23520_7C8E_11DE_8A39_0800200C9A66
include/yaml-cpp/old-api/nodeimpl.h
View file @
c953ce0b
...
...
@@ -6,7 +6,7 @@
#endif
#include "yaml-cpp/nodeutil.h"
#include "yaml-cpp/
old-api/
nodeutil.h"
#include <cassert>
namespace
YAML
...
...
src/old-api/conversion.cpp
View file @
c953ce0b
#include "yaml-cpp/conversion.h"
#include "yaml-cpp/
old-api/
conversion.h"
#include <algorithm>
////////////////////////////////////////////////////////////////
...
...
src/old-api/iterpriv.h
View file @
c953ce0b
...
...
@@ -6,7 +6,7 @@
#endif
#include "yaml-cpp/ltnode.h"
#include "yaml-cpp/
old-api/
ltnode.h"
#include <vector>
#include <map>
...
...
src/old-api/node.cpp
View file @
c953ce0b
#include "yaml-cpp/old-api/node.h"
#include "yaml-cpp/aliasmanager.h"
#include "yaml-cpp/
old-api/
aliasmanager.h"
#include "yaml-cpp/emitfromevents.h"
#include "yaml-cpp/emitter.h"
#include "yaml-cpp/eventhandler.h"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment