From f491f5262644ff40eaa704d236e1a2928416bbe9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20=C4=8Cuki=C4=87?= Date: Tue, 17 Oct 2023 12:36:07 +0200 Subject: [PATCH] Removed cyclic dependency (#200) --- core/benchmarks/bm-nosonar_node_api.cpp | 3 +-- core/include/gnuradio-4.0/Port.hpp | 1 - core/include/gnuradio-4.0/Settings.hpp | 1 - 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/core/benchmarks/bm-nosonar_node_api.cpp b/core/benchmarks/bm-nosonar_node_api.cpp index 40309bf78..53c95e3b9 100644 --- a/core/benchmarks/bm-nosonar_node_api.cpp +++ b/core/benchmarks/bm-nosonar_node_api.cpp @@ -5,8 +5,7 @@ #include -// #include // TODO: fix header recursion (if this is enabled instead of the next one) -#include +#include #include #include diff --git a/core/include/gnuradio-4.0/Port.hpp b/core/include/gnuradio-4.0/Port.hpp index d364de265..1fe0f5fd5 100644 --- a/core/include/gnuradio-4.0/Port.hpp +++ b/core/include/gnuradio-4.0/Port.hpp @@ -8,7 +8,6 @@ #include #include "annotated.hpp" -#include "Block.hpp" #include "CircularBuffer.hpp" #include "DataSet.hpp" #include "Tag.hpp" diff --git a/core/include/gnuradio-4.0/Settings.hpp b/core/include/gnuradio-4.0/Settings.hpp index d0885a198..2218cc951 100644 --- a/core/include/gnuradio-4.0/Settings.hpp +++ b/core/include/gnuradio-4.0/Settings.hpp @@ -10,7 +10,6 @@ #include #include "annotated.hpp" -#include "Block.hpp" #include "BlockTraits.hpp" #include "reflection.hpp" #include "Tag.hpp"