remove unnecessary includeswq

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29705 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2010-02-22 21:43:45 +00:00
parent 11282d6db4
commit ca6dc24a7c
3 changed files with 1 additions and 4 deletions

View file

@ -17,7 +17,6 @@
*/
#include "config.h"
#include "GNUstepBase/GSConfig.h"
#include <ctype.h>
#include <sys/types.h>

View file

@ -19,8 +19,6 @@
#include "config.h"
#include "GNUstepBase/GSConfig.h"
#include <ctype.h>
#include <sys/types.h>
#include <sys/param.h>

View file

@ -25,7 +25,7 @@
/* Ported to mingw 07/12/00 by Bjorn Giesler <Bjoern.Giesler@gmx.de> */
#include "config.h"
#include "GNUstepBase/GSConfig.h"
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>