diff options
| author | Richard W.M. Jones <rjones@redhat.com> | 2012-09-15 12:34:41 +0100 |
|---|---|---|
| committer | Richard W.M. Jones <rjones@redhat.com> | 2012-09-15 12:34:41 +0100 |
| commit | 9fce75aa13de52561ec0f4ae083c4ab0fa4455d1 (patch) | |
| tree | 2079b43b6c6b0c1aa091b0abd9c74130713925be /format | |
| parent | 6272e49f51a192f2f8ecd8ffbb018f60ca0bac28 (diff) | |
| download | libguestfs-9fce75aa13de52561ec0f4ae083c4ab0fa4455d1.tar.gz libguestfs-9fce75aa13de52561ec0f4ae083c4ab0fa4455d1.tar.xz libguestfs-9fce75aa13de52561ec0f4ae083c4ab0fa4455d1.zip | |
syntax: Remove gnulib c-ctype.h in files that don't use it.
Found by 'make syntax-check'.
Diffstat (limited to 'format')
| -rw-r--r-- | format/format.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/format/format.c b/format/format.c index bbe7f5ca..05b84347 100644 --- a/format/format.c +++ b/format/format.c @@ -30,7 +30,6 @@ #include <libintl.h> #include "progname.h" -#include "c-ctype.h" #include "guestfs.h" #include "options.h" |
