Harald Welte has submitted this change and it was merged. ( 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(-) Approvals: Jenkins Builder: Verified Harald Welte: Looks good to me, approved 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: merged Gerrit-Change-Id: I0979ddda91c4c0aa080b714cf2a698d7634f5091 Gerrit-Change-Number: 10771 Gerrit-PatchSet: 1 Gerrit-Owner: Vadim Yanitskiy <[email protected]> Gerrit-Reviewer: Harald Welte <[email protected]> Gerrit-Reviewer: Jenkins Builder (1000002)
