mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Remove excess #include
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@23142 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
9a1e3bd561
commit
68ce4dc312
2 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2006-07-06 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Tools/gdomap.c: remove unnecessary include of config.h
|
||||
|
||||
2006-07-04 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/NSTask.m: On mingw32 create subtask with CREATE_NO_WINDOW
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
/* Ported to mingw 07/12/00 by Björn Giesler <Bjoern.Giesler@gmx.de> */
|
||||
|
||||
#include "../Source/config.h"
|
||||
#include "config.h"
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdarg.h>
|
||||
|
@ -44,7 +44,6 @@
|
|||
#include <string.h> /* for strchr() */
|
||||
#include <ctype.h> /* for strchr() */
|
||||
#include <fcntl.h>
|
||||
#include "config.h"
|
||||
#ifdef __MINGW32__
|
||||
#include <winsock2.h>
|
||||
#include <ws2tcpip.h>
|
||||
|
|
Loading…
Reference in a new issue