1
0
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:
Sandu Liviu Catalin 2020-04-27 11:18:22 +03:00
parent 7bcaba518e
commit 42a0d2ed62
2 changed files with 0 additions and 5 deletions

View File

@ -45,10 +45,6 @@
#include "HostConf.h"
#include "StatTimer.h"
#ifdef _LINUX
#define _DEFAULT_SOURCE
#endif
#include <sys/stat.h>
#include <cstdlib>
#include <cstdio>

View File

@ -50,7 +50,6 @@
#endif
#ifdef _LINUX
#define _DEFAULT_SOURCE
#include <stdio.h>
#include <sys/time.h>
#endif