mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 12:41:17 +00:00
Run IWYU
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
#include <iostream>
|
||||
|
||||
#include "teststruct.h"
|
||||
#include "yaml-cpp/eventhandler.h"
|
||||
#include "yaml-cpp/yaml.h" // IWYU pragma: keep
|
||||
|
||||
namespace Test {
|
||||
|
@@ -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)) \
|
||||
|
@@ -3,10 +3,6 @@
|
||||
#include "spectests.h"
|
||||
#include "yaml-cpp/yaml.h" // IWYU pragma: keep
|
||||
|
||||
namespace YAML {
|
||||
class Exception;
|
||||
} // namespace YAML
|
||||
|
||||
namespace Test {
|
||||
namespace {
|
||||
void RunSpecTest(TEST (*test)(), const std::string& index,
|
||||
|
Reference in New Issue
Block a user