diff options
author | Vadim Yanitskiy <axilirator@gmail.com> | 2018-03-08 21:12:07 +0700 |
---|---|---|
committer | Vadim Yanitskiy <axilirator@gmail.com> | 2018-03-08 21:14:47 +0700 |
commit | 68b1e8e99c9f5acea52ecf3c8c5aa562ef9ccaa6 (patch) | |
tree | 10002e3aeca50e441d7f71702da216ec34cb6f2d /src | |
parent | 8c8e6d7e53bcda6c0c569b157aedbf7c820cd21a (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')
-rw-r--r-- | src/msgb.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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; |