Remove unnecessary includes
authorAlexander Larsson <alexl@redhat.com>
Fri, 2 Oct 2009 10:06:15 +0000 (12:06 +0200)
committerAlexander Larsson <alexl@redhat.com>
Fri, 2 Oct 2009 10:55:54 +0000 (12:55 +0200)
gio/xdgmime/xdgmimecache.c
gio/xdgmime/xdgmimeglob.c

index 60e2e4f..03fbbb6 100644 (file)
@@ -31,7 +31,6 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#include <ctype.h>
 
 #include <fcntl.h>
 #include <unistd.h>
index b2ebda8..2a0c777 100644 (file)
@@ -36,7 +36,6 @@
 #include <assert.h>
 #include <string.h>
 #include <fnmatch.h>
-#include <ctype.h>
 
 #ifndef        FALSE
 #define        FALSE   (0)