utils: remove duplicate include of ctype.h

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
This commit is contained in:
Stephen Hemminger 2017-11-13 10:08:39 -08:00
parent aba736dc25
commit b867d46daf
1 changed files with 0 additions and 1 deletions

View 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"