]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
utils: remove duplicate include of ctype.h
authorStephen Hemminger <stephen@networkplumber.org>
Mon, 13 Nov 2017 18:08:39 +0000 (10:08 -0800)
committerStephen Hemminger <stephen@networkplumber.org>
Mon, 13 Nov 2017 18:08:54 +0000 (10:08 -0800)
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
lib/utils.c

index f77be1fda944fcc4d26ebe8a2ffb350b4e0743dd..c102add77b33f95c718b88174085512fb2959cf3 100644 (file)
@@ -31,7 +31,6 @@
 #include <time.h>
 #include <sys/time.h>
 #include <errno.h>
-#include <ctype.h>
 
 #include "rt_names.h"
 #include "utils.h"