summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPablo Neira Ayuso2011-06-07 12:21:51 +0200
committerPablo Neira Ayuso2011-06-07 12:21:51 +0200
commit177094b4c988f126ead93a5d3f25b4bedefa2d97 (patch)
tree640b83ad40de1c94b08c24f50f793a71f0c4d7c3 /tests
parentsrc: use new socket API in libosmocore (diff)
downloadlibosmo-abis-177094b4c988f126ead93a5d3f25b4bedefa2d97.tar.gz
libosmo-abis-177094b4c988f126ead93a5d3f25b4bedefa2d97.tar.xz
libosmo-abis-177094b4c988f126ead93a5d3f25b4bedefa2d97.zip
src: use include/osmocom/abis instead of include/osmocom/gsm/abis
Harald prefers short paths. This patch also remove commented includes in several files.
Diffstat (limited to 'tests')
-rw-r--r--tests/e1inp_ipa_bsc_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/e1inp_ipa_bsc_test.c b/tests/e1inp_ipa_bsc_test.c
index 8985e98..5ef725e 100644
--- a/tests/e1inp_ipa_bsc_test.c
+++ b/tests/e1inp_ipa_bsc_test.c
@@ -1,5 +1,5 @@
#include <stdio.h>
-#include <osmocom/gsm/abis/e1_input.h>
+#include <osmocom/abis/e1_input.h>
static int rx_cb(struct msgb *msg, struct e1inp_ts *ts)
{