diff options
| author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2015-06-20 23:36:19 +0100 |
|---|---|---|
| committer | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2015-06-28 00:36:53 +0100 |
| commit | 3a771a13dcfd1de061e886e081393fca1fd1e689 (patch) | |
| tree | fc407932a6d1f859e57a61b86bd3820fc960baf4 /src/common/profiler_reporting.h | |
| parent | 2a36edfd86cc15829b113466845ccab759731793 (diff) | |
Common: Cleanup profiler includes.
Diffstat (limited to 'src/common/profiler_reporting.h')
| -rw-r--r-- | src/common/profiler_reporting.h | 4 |
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" |
