aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2018-09-05 02:57:25 +0700
committerVadim Yanitskiy <axilirator@gmail.com>2018-09-05 02:57:25 +0700
commit80f4ff9368cc02273fbe556893957f5b081d7cb1 (patch)
treefba1f5aec94bf4ae33f8de9926707524a9d91cf7
parentb99ed7ff187283eff83dfb647bdddd09bd9b8a59 (diff)
core/utils.h: drop duplicate '<stdbool.h>' include
-rw-r--r--include/osmocom/core/utils.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/osmocom/core/utils.h b/include/osmocom/core/utils.h
index e2d51349..10063cbb 100644
--- a/include/osmocom/core/utils.h
+++ b/include/osmocom/core/utils.h
@@ -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>