mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2026-01-30 05:56:56 +00:00
Run IWYU
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
#include "emitterstate.h"
|
||||
#include "yaml-cpp/exceptions.h"
|
||||
#include <limits>
|
||||
|
||||
#include "emitterstate.h"
|
||||
#include "yaml-cpp/exceptions.h" // IWYU pragma: keep
|
||||
|
||||
namespace YAML {
|
||||
EmitterState::EmitterState()
|
||||
: m_isGood(true),
|
||||
|
||||
Reference in New Issue
Block a user