]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lib/strutils: remove redundant include
authorKarel Zak <kzak@redhat.com>
Wed, 20 May 2020 13:25:31 +0000 (15:25 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 20 May 2020 13:25:31 +0000 (15:25 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
lib/strutils.c

index 84d2a1d7b11b5ea9dbcf80fbdd7d9e6541e1e91d..cce6be5f7bd874cc4478e40170f25f40693d1853 100644 (file)
@@ -1014,8 +1014,6 @@ int skip_fline(FILE *fp)
 }
 
 #ifdef TEST_PROGRAM_STRUTILS
-#include <stdio.h>
-
 static int test_strutils_sizes(int argc, char *argv[])
 {
        uintmax_t size = 0;