Remove unnecessary includes

This commit is contained in:
Alexander Larsson 2009-10-02 12:06:15 +02:00
parent e1643fd76d
commit 2624e7d6c6
2 changed files with 0 additions and 2 deletions

View File

@ -31,7 +31,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <fcntl.h>
#include <unistd.h>

View File

@ -36,7 +36,6 @@
#include <assert.h>
#include <string.h>
#include <fnmatch.h>
#include <ctype.h>
#ifndef FALSE
#define FALSE (0)