From 190ad502b5bc91b01fd2e73f5343cf7b40cfdc70 Mon Sep 17 00:00:00 2001 From: "Igor [hyperxor]" <56217938+hyperxor@users.noreply.github.com> Date: Sat, 21 May 2022 15:20:18 +0300 Subject: [PATCH] Remove redundant include (#1110) --- include/yaml-cpp/node/ptr.h | 1 - src/contrib/graphbuilderadapter.h | 1 - src/scanner.h | 2 -- 3 files changed, 4 deletions(-) diff --git a/include/yaml-cpp/node/ptr.h b/include/yaml-cpp/node/ptr.h index 062d77e..f55d95e 100644 --- a/include/yaml-cpp/node/ptr.h +++ b/include/yaml-cpp/node/ptr.h @@ -7,7 +7,6 @@ #pragma once #endif -#include "yaml-cpp/dll.h" #include namespace YAML { diff --git a/src/contrib/graphbuilderadapter.h b/src/contrib/graphbuilderadapter.h index 9078cdf..c1cbcff 100644 --- a/src/contrib/graphbuilderadapter.h +++ b/src/contrib/graphbuilderadapter.h @@ -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" diff --git a/src/scanner.h b/src/scanner.h index c653ac6..4af938e 100644 --- a/src/scanner.h +++ b/src/scanner.h @@ -9,9 +9,7 @@ #include #include -#include #include -#include #include #include