aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-07-18 14:49:56 +0200
committerHarald Welte <laforge@gnumonks.org>2011-07-18 14:51:16 +0200
commit71d87b2597bdbb6e555af43831b4ef7788f858e1 (patch)
treeb4f077ebe7474c131cf8f94ceb69e84754bf97e7 /tests
parentf054b51ac960f957f80dafad29a3a827b8b2a2f9 (diff)
talloc: revert to use talloc inside libosmocore
It's not a good idea to confuse the two changes with each other. Moving the Abis part into a separate library is independent from the question whether we have talloc inside libosmocore or use a stand-alone talloc library.
Diffstat (limited to 'tests')
-rw-r--r--tests/e1inp_hsl_bsc_test.c2
-rw-r--r--tests/e1inp_hsl_bts_test.c2
-rw-r--r--tests/e1inp_ipa_bsc_test.c2
-rw-r--r--tests/e1inp_ipa_bts_test.c2
-rw-r--r--tests/ipa_proxy_test.c2
5 files changed, 5 insertions, 5 deletions
diff --git a/tests/e1inp_hsl_bsc_test.c b/tests/e1inp_hsl_bsc_test.c
index 96749e3..292a0e3 100644
--- a/tests/e1inp_hsl_bsc_test.c
+++ b/tests/e1inp_hsl_bsc_test.c
@@ -1,5 +1,5 @@
#include <stdio.h>
-#include <talloc.h>
+#include <osmocom/core/talloc.h>
#include <osmocom/abis/abis.h>
#include <osmocom/abis/e1_input.h>
#include <osmocom/core/application.h>
diff --git a/tests/e1inp_hsl_bts_test.c b/tests/e1inp_hsl_bts_test.c
index c9e26f8..272eacf 100644
--- a/tests/e1inp_hsl_bts_test.c
+++ b/tests/e1inp_hsl_bts_test.c
@@ -1,5 +1,5 @@
#include <stdio.h>
-#include <talloc.h>
+#include <osmocom/core/talloc.h>
#include <string.h>
#include <errno.h>
#include <unistd.h>
diff --git a/tests/e1inp_ipa_bsc_test.c b/tests/e1inp_ipa_bsc_test.c
index 4926228..ba3aabb 100644
--- a/tests/e1inp_ipa_bsc_test.c
+++ b/tests/e1inp_ipa_bsc_test.c
@@ -1,5 +1,5 @@
#include <stdio.h>
-#include <talloc.h>
+#include <osmocom/core/talloc.h>
#include <osmocom/abis/abis.h>
#include <osmocom/abis/e1_input.h>
#include <osmocom/core/application.h>
diff --git a/tests/e1inp_ipa_bts_test.c b/tests/e1inp_ipa_bts_test.c
index b62afed..d2a21f9 100644
--- a/tests/e1inp_ipa_bts_test.c
+++ b/tests/e1inp_ipa_bts_test.c
@@ -1,5 +1,5 @@
#include <stdio.h>
-#include <talloc.h>
+#include <osmocom/core/talloc.h>
#include <string.h>
#include <unistd.h>
#include <osmocom/abis/abis.h>
diff --git a/tests/ipa_proxy_test.c b/tests/ipa_proxy_test.c
index 755eec8..b57127a 100644
--- a/tests/ipa_proxy_test.c
+++ b/tests/ipa_proxy_test.c
@@ -1,5 +1,5 @@
#include <stdio.h>
-#include <talloc.h>
+#include <osmocom/core/talloc.h>
#include <osmocom/abis/abis.h>
#include <osmocom/abis/e1_input.h>
#include <osmocom/abis/ipa_proxy.h>