Skip to content

Commit

Permalink
Removed cyclic dependency (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-cukic authored Oct 17, 2023
1 parent 53f1193 commit f491f52
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions core/benchmarks/bm-nosonar_node_api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@

#include <vir/simd.h>

// #include <gnuradio-4.0/BlockTraits.hpp> // TODO: fix header recursion (if this is enabled instead of the next one)
#include <gnuradio-4.0/Block.hpp>
#include <gnuradio-4.0/BlockTraits.hpp>
#include <gnuradio-4.0/Graph.hpp>
#include <gnuradio-4.0/Scheduler.hpp>

Expand Down
1 change: 0 additions & 1 deletion core/include/gnuradio-4.0/Port.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
#include <gnuradio-4.0/meta/utils.hpp>

#include "annotated.hpp"
#include "Block.hpp"
#include "CircularBuffer.hpp"
#include "DataSet.hpp"
#include "Tag.hpp"
Expand Down
1 change: 0 additions & 1 deletion core/include/gnuradio-4.0/Settings.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#include <variant>

#include "annotated.hpp"
#include "Block.hpp"
#include "BlockTraits.hpp"
#include "reflection.hpp"
#include "Tag.hpp"
Expand Down

0 comments on commit f491f52

Please sign in to comment.