summaryrefslogtreecommitdiffstats
path: root/src/common/profiler_reporting.h
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2015-06-21 00:36:19 +0200
committerEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2015-06-28 01:36:53 +0200
commit3a771a13dcfd1de061e886e081393fca1fd1e689 (patch)
treefc407932a6d1f859e57a61b86bd3820fc960baf4 /src/common/profiler_reporting.h
parentCommon: Cleanup thread includes. (diff)
downloadyuzu-3a771a13dcfd1de061e886e081393fca1fd1e689.tar
yuzu-3a771a13dcfd1de061e886e081393fca1fd1e689.tar.gz
yuzu-3a771a13dcfd1de061e886e081393fca1fd1e689.tar.bz2
yuzu-3a771a13dcfd1de061e886e081393fca1fd1e689.tar.lz
yuzu-3a771a13dcfd1de061e886e081393fca1fd1e689.tar.xz
yuzu-3a771a13dcfd1de061e886e081393fca1fd1e689.tar.zst
yuzu-3a771a13dcfd1de061e886e081393fca1fd1e689.zip
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 @@
#pragma once
-#include <array>
#include <chrono>
-#include <mutex>
-#include <utility>
+#include <cstddef>
#include <vector>
#include "common/profiler.h"