summaryrefslogtreecommitdiff
path: root/src/common/profiler.cpp
diff options
context:
space:
mode:
authorGravatar Yuri Kunde Schlesner2015-05-06 22:59:59 -0300
committerGravatar Yuri Kunde Schlesner2015-05-06 23:50:08 -0300
commitbf12f270b3c74f694c789a57cc69f414753ca080 (patch)
treea80e6ee9863a46966fe43496f1ccbbfa07cc98aa /src/common/profiler.cpp
parentClean-up includes (diff)
downloadyuzu-bf12f270b3c74f694c789a57cc69f414753ca080.tar.gz
yuzu-bf12f270b3c74f694c789a57cc69f414753ca080.tar.xz
yuzu-bf12f270b3c74f694c789a57cc69f414753ca080.zip
Common: Remove many unnecessary cross-platform compatibility macros
Diffstat (limited to 'src/common/profiler.cpp')
-rw-r--r--src/common/profiler.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/profiler.cpp b/src/common/profiler.cpp
index 65c3df167..b8cde1785 100644
--- a/src/common/profiler.cpp
+++ b/src/common/profiler.cpp
@@ -7,7 +7,6 @@
7#include "common/assert.h" 7#include "common/assert.h"
8 8
9#if defined(_MSC_VER) && _MSC_VER <= 1800 // MSVC 2013. 9#if defined(_MSC_VER) && _MSC_VER <= 1800 // MSVC 2013.
10#define NOMINMAX
11#define WIN32_LEAN_AND_MEAN 10#define WIN32_LEAN_AND_MEAN
12#include <Windows.h> // For QueryPerformanceCounter/Frequency 11#include <Windows.h> // For QueryPerformanceCounter/Frequency
13#endif 12#endif