Vadim Yanitskiy has uploaded this change for review. ( 
https://gerrit.osmocom.org/10771


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

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

Change-Id: I0979ddda91c4c0aa080b714cf2a698d7634f5091
---
M include/osmocom/core/utils.h
1 file changed, 0 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/71/10771/1

diff --git a/include/osmocom/core/utils.h b/include/osmocom/core/utils.h
index e2d5134..10063cb 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>


--
To view, visit https://gerrit.osmocom.org/10771
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I0979ddda91c4c0aa080b714cf2a698d7634f5091
Gerrit-Change-Number: 10771
Gerrit-PatchSet: 1
Gerrit-Owner: Vadim Yanitskiy <axilira...@gmail.com>

Reply via email to