summaryrefslogtreecommitdiff
path: root/src/common/profiler_reporting.h
diff options
context:
space:
mode:
authorGravatar Emmanuel Gil Peyrot2015-06-20 23:36:19 +0100
committerGravatar Emmanuel Gil Peyrot2015-06-28 00:36:53 +0100
commit3a771a13dcfd1de061e886e081393fca1fd1e689 (patch)
treefc407932a6d1f859e57a61b86bd3820fc960baf4 /src/common/profiler_reporting.h
parentCommon: Cleanup thread includes. (diff)
downloadyuzu-3a771a13dcfd1de061e886e081393fca1fd1e689.tar.gz
yuzu-3a771a13dcfd1de061e886e081393fca1fd1e689.tar.xz
yuzu-3a771a13dcfd1de061e886e081393fca1fd1e689.zip
Common: Cleanup profiler includes.
Diffstat (limited to 'src/common/profiler_reporting.h')
-rw-r--r--src/common/profiler_reporting.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/common/profiler_reporting.h b/src/common/profiler_reporting.h
index 3abb73315..ab60cfb16 100644
--- a/src/common/profiler_reporting.h
+++ b/src/common/profiler_reporting.h
@@ -4,10 +4,8 @@
4 4
5#pragma once 5#pragma once
6 6
7#include <array>
8#include <chrono> 7#include <chrono>
9#include <mutex> 8#include <cstddef>
10#include <utility>
11#include <vector> 9#include <vector>
12 10
13#include "common/profiler.h" 11#include "common/profiler.h"