Don't include config.h.
This commit is contained in:
parent
b0b467ab95
commit
8901df76d4
|
@ -34,18 +34,12 @@
|
|||
* The DomainName field of FIXED_INFO isn't NULL-terminated on Win98.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <stdarg.h>
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
#include "iphlpapi.h"
|
||||
#include "iprtrmib.h"
|
||||
#include "wine/test.h"
|
||||
#include <sys/types.h>
|
||||
#if HAVE_SYS_SOCKET_H
|
||||
#include <sys/socket.h>
|
||||
#endif
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue