diff --git a/lib/include/srslte/upper/pdcp_entity.h b/lib/include/srslte/upper/pdcp_entity.h index e8a5d9561..de51ed1de 100644 --- a/lib/include/srslte/upper/pdcp_entity.h +++ b/lib/include/srslte/upper/pdcp_entity.h @@ -32,7 +32,6 @@ #include "srslte/common/common.h" #include "srslte/interfaces/ue_interfaces.h" #include "srslte/common/security.h" -#include "srslte/common/msg_queue.h" #include "srslte/common/threads.h" diff --git a/lib/include/srslte/upper/rlc.h b/lib/include/srslte/upper/rlc.h index c4d57b9bb..05472e0e8 100644 --- a/lib/include/srslte/upper/rlc.h +++ b/lib/include/srslte/upper/rlc.h @@ -31,7 +31,6 @@ #include "srslte/common/log.h" #include "srslte/common/common.h" #include "srslte/interfaces/ue_interfaces.h" -#include "srslte/common/msg_queue.h" #include "srslte/upper/rlc_entity.h" #include "srslte/upper/rlc_metrics.h" #include "srslte/upper/rlc_common.h" diff --git a/srsenb/hdr/upper/s1ap.h b/srsenb/hdr/upper/s1ap.h index 35369790f..35b871bdc 100644 --- a/srsenb/hdr/upper/s1ap.h +++ b/srsenb/hdr/upper/s1ap.h @@ -32,7 +32,6 @@ #include "srslte/common/buffer_pool.h" #include "srslte/common/log.h" #include "srslte/common/common.h" -#include "srslte/common/msg_queue.h" #include "srslte/common/threads.h" #include "srslte/interfaces/enb_interfaces.h" #include "common_enb.h" diff --git a/srsue/hdr/upper/gw.h b/srsue/hdr/upper/gw.h index 10ab50e56..3b17eb75b 100644 --- a/srsue/hdr/upper/gw.h +++ b/srsue/hdr/upper/gw.h @@ -30,7 +30,6 @@ #include "srslte/common/buffer_pool.h" #include "srslte/common/log.h" #include "srslte/common/common.h" -#include "srslte/common/msg_queue.h" #include "srslte/common/interfaces_common.h" #include "srslte/interfaces/ue_interfaces.h" #include "srslte/common/threads.h"