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