fixeria has submitted this change. (
https://gerrit.osmocom.org/c/osmo-pcu/+/28951 )
Change subject: tests/rlcmac: remove unused #includes
......................................................................
tests/rlcmac: remove unused #includes
Change-Id: Ib3315f61eb90704b1216094a80e9f379f4150d33
---
M tests/rlcmac/RLCMACTest.cpp
1 file changed, 0 insertions(+), 7 deletions(-)
Approvals:
Jenkins Builder: Verified
pespin: Looks good to me, approved
diff --git a/tests/rlcmac/RLCMACTest.cpp b/tests/rlcmac/RLCMACTest.cpp
index 30476c5..7b98d18 100644
--- a/tests/rlcmac/RLCMACTest.cpp
+++ b/tests/rlcmac/RLCMACTest.cpp
@@ -15,21 +15,14 @@
-//#include <BitVector.h>
#include <iostream>
-#include <cstdlib>
#include <cstring>
-#include <assert.h>
#include "gprs_rlcmac.h"
#include "decoding.h"
extern "C" {
-#include "pcu_vty.h"
-#include <osmocom/vty/telnet_interface.h>
-#include <osmocom/vty/logging.h>
#include <osmocom/core/utils.h>
#include <osmocom/core/msgb.h>
-#include <osmocom/core/application.h>
#include "csn1.h"
#include "gsm_rlcmac.h"
--
To view, visit
https://gerrit.osmocom.org/c/osmo-pcu/+/28951
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: Ib3315f61eb90704b1216094a80e9f379f4150d33
Gerrit-Change-Number: 28951
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged