[Libguestfs] [PATCH 05/13] syntax-check: fix prohibit_c_ctype_without_use check

Hu Tao hutao at cn.fujitsu.com
Tue Sep 23 09:20:31 UTC 2014


Signed-off-by: Hu Tao <hutao at cn.fujitsu.com>
---
 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 211d6e3..ec9c81f 100644
--- a/cat/cat.c
+++ b/cat/cat.c
@@ -29,8 +29,6 @@
 #include <assert.h>
 #include <libintl.h>
 
-#include "c-ctype.h"
-
 #include "guestfs.h"
 #include "options.h"
 #include "windows.h"
diff --git a/cat/log.c b/cat/log.c
index bb3305f..0d8dab0 100644
--- a/cat/log.c
+++ b/cat/log.c
@@ -34,8 +34,6 @@
 #include <sys/types.h>
 #include <sys/wait.h>
 
-#include "c-ctype.h"
-
 #include "guestfs.h"
 #include "options.h"
 
diff --git a/edit/edit.c b/edit/edit.c
index 7996020..20b2963 100644
--- a/edit/edit.c
+++ b/edit/edit.c
@@ -33,7 +33,6 @@
 #include <utime.h>
 
 #include "xvasprintf.h"
-#include "c-ctype.h"
 
 #include "guestfs.h"
 #include "options.h"
-- 
1.9.3




More information about the Libguestfs mailing list