mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 20:51:16 +00:00
Run IWYU
This commit is contained in:
@@ -1,8 +1,13 @@
|
||||
#include "nodetests.h"
|
||||
#include "yaml-cpp/yaml.h"
|
||||
#include <boost/version.hpp>
|
||||
#include <iostream>
|
||||
|
||||
#include <boost/version.hpp>
|
||||
#include "nodetests.h"
|
||||
#include "yaml-cpp/yaml.h" // IWYU pragma: keep
|
||||
|
||||
namespace YAML {
|
||||
class InvalidNode;
|
||||
template <typename T> class TypedBadConversion;
|
||||
} // namespace YAML
|
||||
|
||||
#if BOOST_VERSION >= 103400
|
||||
#include <boost/foreach.hpp>
|
||||
|
@@ -1,8 +1,9 @@
|
||||
#include "spectests.h"
|
||||
#include "specexamples.h"
|
||||
#include "yaml-cpp/yaml.h"
|
||||
#include <iostream>
|
||||
|
||||
#include "specexamples.h"
|
||||
#include "spectests.h"
|
||||
#include "yaml-cpp/yaml.h" // IWYU pragma: keep
|
||||
|
||||
#define YAML_ASSERT(cond) \
|
||||
do { \
|
||||
if (!(cond)) \
|
||||
|
Reference in New Issue
Block a user