[MERGED] libosmocore[master]: src/msgb.c: remove dead includes from OpenBSC

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Fri Mar 9 12:04:10 UTC 2018


Harald Welte has submitted this change and it was merged.

Change subject: src/msgb.c: remove dead includes from OpenBSC
......................................................................


src/msgb.c: remove dead includes from OpenBSC

The MSGB API is not a part of OpenBSC anymore, so let's remove
dead includes, which were probably left here during the
migration process.

Change-Id: Ief562a6e5b220a84902f95862d67279f953ee726
---
M src/msgb.c
1 file changed, 0 insertions(+), 3 deletions(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/src/msgb.c b/src/msgb.c
index 48ef25a..9efaea5 100644
--- a/src/msgb.c
+++ b/src/msgb.c
@@ -60,11 +60,8 @@
 #include <stdarg.h>
 #include <errno.h>
 
-
 #include <osmocom/core/msgb.h>
-//#include <openbsc/gsm_data.h>
 #include <osmocom/core/talloc.h>
-//#include <openbsc/debug.h>
 
 void *tall_msgb_ctx = NULL;
 

-- 
To view, visit https://gerrit.osmocom.org/7162
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ief562a6e5b220a84902f95862d67279f953ee726
Gerrit-PatchSet: 1
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Owner: Vadim Yanitskiy <axilirator at gmail.com>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list