Cleanup precompiler directives
Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
parent
d9eb8292a9
commit
e65eb35cc2
@ -5,9 +5,9 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#if defined(_WIN32)
|
#ifdef _WIN32
|
||||||
#include <CppUnitTest.h>
|
#include <CppUnitTest.h>
|
||||||
#elif defined(__APPLE__)
|
#else
|
||||||
#include <stdexcept>
|
#include <stdexcept>
|
||||||
|
|
||||||
#define TEST_CLASS(name) class name
|
#define TEST_CLASS(name) class name
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#if defined(__APPLE__)
|
#ifdef __APPLE__
|
||||||
#include <xlocale.h>
|
#include <xlocale.h>
|
||||||
#endif
|
#endif
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user