core/utils.h: drop duplicate '<stdbool.h>' include

Change-Id: I0979ddda91c4c0aa080b714cf2a698d7634f5091
This commit is contained in:
Vadim Yanitskiy 2018-09-05 02:57:25 +07:00
parent b99ed7ff18
commit 80f4ff9368
1 changed files with 0 additions and 1 deletions

View File

@ -30,7 +30,6 @@
/*! Copy a C-string into a sized buffer using sizeof to detect buffer's size */
#define OSMO_STRLCPY_ARRAY(array, src) osmo_strlcpy(array, src, sizeof(array))
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>