mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
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:
parent
5ecf865b39
commit
1f2179a1f3
2 changed files with 4 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue