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,8 +1,15 @@
|
||||
#include "parsertests.h"
|
||||
#include "handlermacros.h"
|
||||
#include "yaml-cpp/yaml.h"
|
||||
#include <iostream>
|
||||
|
||||
#include "handlermacros.h"
|
||||
#include "parsertests.h" // IWYU pragma: keep
|
||||
#include "teststruct.h"
|
||||
#include "yaml-cpp/parser.h"
|
||||
|
||||
namespace YAML {
|
||||
class Exception;
|
||||
class ParserException;
|
||||
} // namespace YAML
|
||||
|
||||
namespace Test {
|
||||
namespace Parser {
|
||||
TEST NoEndOfMapFlow() {
|
||||
|
Reference in New Issue
Block a user