summaryrefslogtreecommitdiffstats
path: root/src/core/core.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/core/core.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/core.h b/src/core/core.h
index 3efc20c3d..db3b98a05 100644
--- a/src/core/core.h
+++ b/src/core/core.h
@@ -7,7 +7,6 @@
#include <memory>
#include <string>
#include "common/common_types.h"
-#include "common/synchronized_wrapper.h"
#include "core/memory.h"
#include "core/perf_stats.h"
@@ -94,7 +93,7 @@ public:
return *cpu_core;
}
- Common::SynchronizedWrapper<PerfStats> perf_stats;
+ PerfStats perf_stats;
private:
/**