summaryrefslogtreecommitdiffstats
path: root/daemon/luks.c
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2010-09-10 22:53:56 +0100
committerRichard Jones <rjones@redhat.com>2010-09-10 22:57:52 +0100
commita0b7045e0abb7e3a7ff4d1324f16e50de94bed55 (patch)
tree37aec43a97364dded7d4b35a0e7bd88c73aafa7a /daemon/luks.c
parentc1b63526774614dd5a1f6710e63ae466489469d5 (diff)
downloadlibguestfs-a0b7045e0abb7e3a7ff4d1324f16e50de94bed55.tar.gz
libguestfs-a0b7045e0abb7e3a7ff4d1324f16e50de94bed55.tar.xz
libguestfs-a0b7045e0abb7e3a7ff4d1324f16e50de94bed55.zip
syntax: Remove unused c-ctype.h header.
Diffstat (limited to 'daemon/luks.c')
-rw-r--r--daemon/luks.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/daemon/luks.c b/daemon/luks.c
index 07aebddd..0b59b5ac 100644
--- a/daemon/luks.c
+++ b/daemon/luks.c
@@ -23,7 +23,6 @@
#include <string.h>
#include "daemon.h"
-#include "c-ctype.h"
#include "actions.h"
#include "optgroups.h"