Remove unused includes

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@26205 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2008-03-05 13:56:25 +00:00
parent 5ecf865b39
commit 1f2179a1f3
2 changed files with 4 additions and 5 deletions

View file

@ -1,3 +1,7 @@
2008-03-05 Richard Frith-Macdonald <rfm@gnu.org>
* Source/NSPage.m: Removed obsolete includes (see bug #22479)
2008-03-05 Matt Rice <ratmice@gmail.com>
* Source/NSKeyValueCoding.m ([-setValue:forKey:]): Pass value

View file

@ -38,11 +38,6 @@
#include <mach.h>
#endif
#if __linux__
#include <linux/kernel.h>
#include <linux/sys.h>
#endif
#ifdef __CYGWIN__
#include <malloc.h>
#endif