summaryrefslogtreecommitdiffstats
path: root/src/host/layer23
diff options
context:
space:
mode:
authorHarald Welte2011-06-21 19:46:20 +0200
committerHarald Welte2011-06-21 19:51:01 +0200
commitf47de03fe1d9d1b92255460b9c72388ec2abd80c (patch)
tree7cc361a1c55ce78a28d3223c9ee1795d7f6e0909 /src/host/layer23
parentlayer23: make LAPDm code mostly independent of 'struct osmocom_ms' (diff)
downloadosmocom-f47de03fe1d9d1b92255460b9c72388ec2abd80c.tar.gz
osmocom-f47de03fe1d9d1b92255460b9c72388ec2abd80c.tar.xz
osmocom-f47de03fe1d9d1b92255460b9c72388ec2abd80c.zip
lapdm.c: remove unneeded header file #includes
Diffstat (limited to 'src/host/layer23')
-rw-r--r--src/host/layer23/src/common/lapdm.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/host/layer23/src/common/lapdm.c b/src/host/layer23/src/common/lapdm.c
index 2d64f35..70914e9 100644
--- a/src/host/layer23/src/common/lapdm.c
+++ b/src/host/layer23/src/common/lapdm.c
@@ -66,12 +66,9 @@
#include <osmocom/gsm/protocol/gsm_08_58.h>
#include <osmocom/bb/common/osmocom_data.h>
-#include <osmocom/bb/common/l1ctl.h>
#include <osmocom/bb/common/lapdm.h>
#include <osmocom/bb/common/logging.h>
-#include <l1ctl_proto.h>
-
/* TS 04.06 Figure 4 / Section 3.2 */
#define LAPDm_LPD_NORMAL 0
#define LAPDm_LPD_SMSCB 1