mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 00:37:15 +01:00
Remove unnecessary macro.
This commit is contained in:
parent
7bcaba518e
commit
42a0d2ed62
@ -45,10 +45,6 @@
|
||||
#include "HostConf.h"
|
||||
#include "StatTimer.h"
|
||||
|
||||
#ifdef _LINUX
|
||||
#define _DEFAULT_SOURCE
|
||||
#endif
|
||||
|
||||
#include <sys/stat.h>
|
||||
#include <cstdlib>
|
||||
#include <cstdio>
|
||||
|
@ -50,7 +50,6 @@
|
||||
#endif
|
||||
|
||||
#ifdef _LINUX
|
||||
#define _DEFAULT_SOURCE
|
||||
#include <stdio.h>
|
||||
#include <sys/time.h>
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user