Remove redundant include (#1110)

This commit is contained in:
Igor [hyperxor]
2022-05-21 15:20:18 +03:00
committed by GitHub
parent 420c982310
commit 190ad502b5
3 changed files with 0 additions and 4 deletions

View File

@@ -13,7 +13,6 @@
#include "yaml-cpp/anchor.h"
#include "yaml-cpp/contrib/anchordict.h"
#include "yaml-cpp/contrib/graphbuilder.h"
#include "yaml-cpp/emitterstyle.h"
#include "yaml-cpp/eventhandler.h"

View File

@@ -9,9 +9,7 @@
#include <cstddef>
#include <ios>
#include <map>
#include <queue>
#include <set>
#include <stack>
#include <string>