]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lib/strutils: remove unnecessary include
authorKarel Zak <kzak@redhat.com>
Tue, 9 Jun 2020 08:56:28 +0000 (10:56 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 9 Jun 2020 08:56:28 +0000 (10:56 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
lib/strutils.c

index f506c4430e536878acf1262c337e6bdcbee7c834..5a8cd50370b6557b371de5baed3414af08079c92 100644 (file)
@@ -1046,8 +1046,6 @@ int skip_fline(FILE *fp)
 }
 
 #ifdef TEST_PROGRAM_STRUTILS
-#include "xalloc.h"
-
 struct testS {
        char *name;
        char *value;