From 54c95ed332e015f0382fec8575a200631fdedd53 Mon Sep 17 00:00:00 2001 From: Hu Tao Date: Tue, 23 Sep 2014 17:20:31 +0800 Subject: [PATCH] syntax-check: fix prohibit_c_ctype_without_use check Signed-off-by: Hu Tao --- cat/cat.c | 2 -- cat/log.c | 2 -- edit/edit.c | 1 - 3 files changed, 5 deletions(-) diff --git a/cat/cat.c b/cat/cat.c index 211d6e39b..ec9c81fe7 100644 --- a/cat/cat.c +++ b/cat/cat.c @@ -29,8 +29,6 @@ #include #include -#include "c-ctype.h" - #include "guestfs.h" #include "options.h" #include "windows.h" diff --git a/cat/log.c b/cat/log.c index bb3305ffb..0d8dab0f2 100644 --- a/cat/log.c +++ b/cat/log.c @@ -34,8 +34,6 @@ #include #include -#include "c-ctype.h" - #include "guestfs.h" #include "options.h" diff --git a/edit/edit.c b/edit/edit.c index 7996020d2..20b29636b 100644 --- a/edit/edit.c +++ b/edit/edit.c @@ -33,7 +33,6 @@ #include #include "xvasprintf.h" -#include "c-ctype.h" #include "guestfs.h" #include "options.h"