aboutsummaryrefslogtreecommitdiffstats
path: root/src/msgb.c
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2018-03-08 21:12:07 +0700
committerVadim Yanitskiy <axilirator@gmail.com>2018-03-08 21:14:47 +0700
commit68b1e8e99c9f5acea52ecf3c8c5aa562ef9ccaa6 (patch)
tree10002e3aeca50e441d7f71702da216ec34cb6f2d /src/msgb.c
parent8c8e6d7e53bcda6c0c569b157aedbf7c820cd21a (diff)
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
Diffstat (limited to 'src/msgb.c')
-rw-r--r--src/msgb.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/msgb.c b/src/msgb.c
index 48ef25ae..9efaea56 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;