From ad9808c2aa5c09684004658abd32c73eab4401c3 Mon Sep 17 00:00:00 2001 From: Xavier Arteaga Date: Fri, 7 Jun 2019 14:53:09 +0200 Subject: [PATCH] SRSUE: SCell include files rearange --- srsue/hdr/phy/scell/async_scell_recv.h | 23 +++++------------------ srsue/hdr/phy/scell/intra_measure.h | 3 ++- srsue/hdr/phy/scell/scell_recv.h | 3 +-- 3 files changed, 8 insertions(+), 21 deletions(-) diff --git a/srsue/hdr/phy/scell/async_scell_recv.h b/srsue/hdr/phy/scell/async_scell_recv.h index 9b6a0dd38..3fa450f3e 100644 --- a/srsue/hdr/phy/scell/async_scell_recv.h +++ b/srsue/hdr/phy/scell/async_scell_recv.h @@ -22,25 +22,12 @@ #ifndef SRSUE_ASYNCH_SCELL_RECV_H #define SRSUE_ASYNCH_SCELL_RECV_H -#include - -#include "srslte/common/log.h" -#include "srslte/common/thread_pool.h" -#include "srslte/common/threads.h" -#include "srslte/common/tti_sync_cv.h" -#include "srslte/interfaces/ue_interfaces.h" -#include "srslte/radio/radio.h" -#include "srslte/srslte.h" +#include +#include +#include +#include + #include "srsue/hdr/phy/phy_common.h" -#include "srsue/hdr/phy/prach.h" - -#include -#include -#include -#include -#include -#include -#include namespace srsue { namespace scell { diff --git a/srsue/hdr/phy/scell/intra_measure.h b/srsue/hdr/phy/scell/intra_measure.h index 115560d54..66564ac00 100644 --- a/srsue/hdr/phy/scell/intra_measure.h +++ b/srsue/hdr/phy/scell/intra_measure.h @@ -23,9 +23,10 @@ #include #include +#include #include -#include +#include "scell_recv.h" namespace srsue { namespace scell { diff --git a/srsue/hdr/phy/scell/scell_recv.h b/srsue/hdr/phy/scell/scell_recv.h index 486b4b96d..bc244c49a 100644 --- a/srsue/hdr/phy/scell/scell_recv.h +++ b/srsue/hdr/phy/scell/scell_recv.h @@ -22,10 +22,9 @@ #ifndef SRSUE_SCELL_RECV_H #define SRSUE_SCELL_RECV_H -#include #include -#include +#include "measure.h" namespace srsue { namespace scell {