Remove a WIN32 #ifdef
This commit is contained in:
parent
bf8d6db148
commit
8734ec9992
|
|
@ -61,7 +61,6 @@
|
|||
|
||||
// ============================= Include files ==========================
|
||||
|
||||
#ifndef _WIN32
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
|
@ -79,9 +78,6 @@
|
|||
#include <sys/ioctl.h>
|
||||
#include <time.h>
|
||||
#include <limits.h>
|
||||
#else
|
||||
#include "winstubs.h" //Put everything Windows specific in here
|
||||
#endif
|
||||
|
||||
#include "compat/compat.h"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue