stdutil: Modernize code

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2019-01-18 21:27:51 +01:00
parent 7f54ca5f55
commit 0b9792fb81
2 changed files with 12 additions and 18 deletions
+4 -8
View File
@@ -1,10 +1,10 @@
#include "stdutil.hpp"
#include <math.h>
#include <cmath>
#include <set>
#include <stdlib.h>
#include <windows.h>
#include <cstdlib>
#include <Windows.h>
using namespace std;
@@ -171,10 +171,6 @@ void _cdecl operator delete[](void* q, const char* file, int line)
op_delete(q);
}
#else
#define trackmem
#define checkmem
#endif