From: Richard Jones Date: Fri, 10 Sep 2010 21:53:56 +0000 (+0100) Subject: syntax: Remove unused c-ctype.h header. X-Git-Tag: 1.5.12~12 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=a0b7045e0abb7e3a7ff4d1324f16e50de94bed55;ds=sidebyside syntax: Remove unused c-ctype.h header. --- diff --git a/daemon/luks.c b/daemon/luks.c index 07aebdd..0b59b5a 100644 --- a/daemon/luks.c +++ b/daemon/luks.c @@ -23,7 +23,6 @@ #include #include "daemon.h" -#include "c-ctype.h" #include "actions.h" #include "optgroups.h" diff --git a/src/guestfs.c b/src/guestfs.c index b958689..2f5063c 100644 --- a/src/guestfs.c +++ b/src/guestfs.c @@ -62,7 +62,6 @@ #include #include -#include "c-ctype.h" #include "glthread/lock.h" #include "hash.h" #include "hash-pjw.h" diff --git a/src/launch.c b/src/launch.c index eaf3974..e43be0d 100644 --- a/src/launch.c +++ b/src/launch.c @@ -61,7 +61,6 @@ #include #include -#include "c-ctype.h" #include "glthread/lock.h" #include "ignore-value.h"