From: Christian Brauner Date: Wed, 22 Aug 2018 13:37:41 +0000 (+0200) Subject: string_utils: remove unnecessary include X-Git-Tag: lxc-3.1.0~133^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8018dce8c7f1933611490d1d7f0bbee7cec6bb0b;p=thirdparty%2Flxc.git string_utils: remove unnecessary include Signed-off-by: Christian Brauner --- diff --git a/src/lxc/string_utils.c b/src/lxc/string_utils.c index e9136a2f2..633255c5c 100644 --- a/src/lxc/string_utils.c +++ b/src/lxc/string_utils.c @@ -46,7 +46,6 @@ #include "namespace.h" #include "parse.h" #include "string_utils.h" -#include "utils.h" #ifndef HAVE_STRLCPY #include "include/strlcpy.h"