From 3060972514503b2475a2e9eafcb7dbdf4d88fc48 Mon Sep 17 00:00:00 2001 From: Xavier Arteaga Date: Tue, 10 Nov 2020 19:56:03 +0100 Subject: [PATCH] Removed redundant softbuffer dependency --- lib/include/srslte/phy/fec/softbuffer.h | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/include/srslte/phy/fec/softbuffer.h b/lib/include/srslte/phy/fec/softbuffer.h index cb7012e41..4c5e45ab3 100644 --- a/lib/include/srslte/phy/fec/softbuffer.h +++ b/lib/include/srslte/phy/fec/softbuffer.h @@ -32,7 +32,6 @@ #define SRSLTE_SOFTBUFFER_H #include "srslte/config.h" -#include "srslte/phy/common/phy_common.h" typedef struct SRSLTE_API { uint32_t max_cb;