syntax-check: fix prohibit_c_ctype_without_use check

Signed-off-by: Hu Tao <hutao@cn.fujitsu.com>
This commit is contained in:
Hu Tao
2014-09-23 17:20:31 +08:00
committed by Richard W.M. Jones
parent dfa9efce4b
commit 54c95ed332
3 changed files with 0 additions and 5 deletions

View File

@@ -29,8 +29,6 @@
#include <assert.h>
#include <libintl.h>
#include "c-ctype.h"
#include "guestfs.h"
#include "options.h"
#include "windows.h"

View File

@@ -34,8 +34,6 @@
#include <sys/types.h>
#include <sys/wait.h>
#include "c-ctype.h"
#include "guestfs.h"
#include "options.h"

View File

@@ -33,7 +33,6 @@
#include <utime.h>
#include "xvasprintf.h"
#include "c-ctype.h"
#include "guestfs.h"
#include "options.h"