Remove some unused include files.

oldstable
Mike McCormack 2005-05-13 13:59:15 +00:00 committed by Alexandre Julliard
parent 89faddae8e
commit 3e2cb75349
1 changed files with 0 additions and 16 deletions

View File

@ -32,22 +32,6 @@
* in that string is parsed an stored.
*/
#include "config.h"
#include "wine/port.h"
#include <ctype.h>
#include <string.h>
#include <stdarg.h>
#include <stdio.h>
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
#include <errno.h>
#include <limits.h>
#ifdef HAVE_SYS_WAIT_H
# include <sys/wait.h>
#endif
#define COBJMACROS
#include "wine/debug.h"