fixeria has uploaded this change for review. ( 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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/51/28951/1
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"