summaryrefslogtreecommitdiffstats
path: root/src/input/misdn.c
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 /src/input/misdn.c
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 'src/input/misdn.c')
-rw-r--r--src/input/misdn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/misdn.c b/src/input/misdn.c
index 45d5e06..c97169a 100644
--- a/src/input/misdn.c
+++ b/src/input/misdn.c
@@ -44,7 +44,7 @@
#include <osmocom/core/select.h>
#include <osmocom/core/msgb.h>
#include <osmocom/core/logging.h>
-#include <osmocom/gsm/abis/e1_input.h>
+#include <osmocom/abis/e1_input.h>
#include <talloc.h>
/*#include <openbsc/debug.h>
#include <openbsc/gsm_data.h>