aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-08-04 18:51:16 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-08-04 18:51:16 +0800
commite66c7c10ea1c34590992af4ac96455e4214b9eae (patch)
treec2e1e7d3e8d353f60e98ed70ba1818a28529189d /src/main.c
parentcf381e244726348d8a792f1bba3f09fb91908cb8 (diff)
cleanup: Remove code that is provided by libosmocore now.
libosmocore contains the GSM08.08 definition, no need to copy that anymore.
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index 0df22a1..8ce1330 100644
--- a/src/main.c
+++ b/src/main.c
@@ -30,12 +30,11 @@
#include <cellmgr_debug.h>
#include <osmocore/talloc.h>
+#include <osmocore/protocol/gsm_08_08.h>
#include <osmocom/vty/command.h>
#include <osmocom/vty/vty.h>
-#include <openbsc_nat/bssap.h>
-
#include <sys/stat.h>
#include <sys/types.h>