Use internal <osmocom/core/talloc.h> everywhere

Change-Id: If40e1eefcfa88a2b376becfe057836acdd3a1cc2
This commit is contained in:
Vadim Yanitskiy 2022-04-23 02:16:07 +03:00 committed by fixeria
parent 1dac8756fd
commit be5e838dbb
3 changed files with 3 additions and 3 deletions

View File

@ -24,8 +24,8 @@
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <talloc.h>
#include <osmocom/core/talloc.h>
#include <osmocom/gsm/apn.h>
#define APN_OI_GPRS_FMT "mnc%03u.mcc%03u.gprs"

View File

@ -22,8 +22,8 @@
#include <stdio.h>
#include <regex.h>
#include <string.h>
#include <talloc.h>
#include <osmocom/core/talloc.h>
#include <osmocom/vty/command.h>
#include <osmocom/vty/vty.h>

View File

@ -21,7 +21,6 @@
*
*/
#include <talloc.h>
#include <errno.h>
#include <string.h>
#include <stdio.h>
@ -30,6 +29,7 @@
#include <inttypes.h>
#include <osmocom/core/talloc.h>
#include <osmocom/core/select.h>
#include <osmocom/core/application.h>
#include <osmocom/core/stats.h>