From e7aa4843084ff9f9926f52e71137448832d2f021 Mon Sep 17 00:00:00 2001 From: Andre Puschmann Date: Wed, 26 May 2021 23:31:06 +0200 Subject: [PATCH] rf_zmq_test: remove srsran.h include --- lib/src/phy/rf/rf_zmq_test.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/src/phy/rf/rf_zmq_test.c b/lib/src/phy/rf/rf_zmq_test.c index 1418fc9a8..d9a99335f 100644 --- a/lib/src/phy/rf/rf_zmq_test.c +++ b/lib/src/phy/rf/rf_zmq_test.c @@ -11,7 +11,10 @@ */ #include "rf_zmq_imp.h" -#include "srsran/srsran.h" +#include "srsran/common/tsan_options.h" +#include "srsran/phy/common/timestamp.h" +#include "srsran/phy/utils/debug.h" +#include #include #include #include