[Pkg-libvirt-commits] [libguestfs] 49/66: syntax-check: fix prohibit_c_ctype_without_use check

Hilko Bengen bengen at moszumanska.debian.org
Fri Oct 3 14:47:46 UTC 2014


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to annotated tag debian/1%1.27.54-1
in repository libguestfs.

commit 54c95ed332e015f0382fec8575a200631fdedd53
Author: Hu Tao <hutao at cn.fujitsu.com>
Date:   Tue Sep 23 17:20:31 2014 +0800

    syntax-check: fix prohibit_c_ctype_without_use check
    
    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"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git



More information about the Pkg-libvirt-commits mailing list