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 60e2e4fc8827f4102a4965a9cda51ac0ec294e7d..03fbbb61e8181b4fd5202818ceb67086fac2e9ac 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 b2ebda829226816825f936eb04b4a8243b81d044..2a0c7777b754314d929d8c4cc3326c7a46860c34 100644 (file)
@@ -36,7 +36,6 @@
 #include <assert.h>
 #include <string.h>
 #include <fnmatch.h>
-#include <ctype.h>
 
 #ifndef        FALSE
 #define        FALSE   (0)