From 80f4ff9368cc02273fbe556893957f5b081d7cb1 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Wed, 5 Sep 2018 02:57:25 +0700 Subject: core/utils.h: drop duplicate '' include Change-Id: I0979ddda91c4c0aa080b714cf2a698d7634f5091 --- include/osmocom/core/utils.h | 1 - 1 file changed, 1 deletion(-) 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 #include #include -- cgit v1.2.3