From 39a8028ff35e3113c345e63e2dbe17eb4ea15653 Mon Sep 17 00:00:00 2001 From: Tom Lally Date: Thu, 1 Sep 2022 17:49:15 +0100 Subject: [PATCH] Include cleanup --- src/util/SystemInfo/SystemInfoUnix.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/util/SystemInfo/SystemInfoUnix.cpp b/src/util/SystemInfo/SystemInfoUnix.cpp index 5af48bb6..fd29956d 100644 --- a/src/util/SystemInfo/SystemInfoUnix.cpp +++ b/src/util/SystemInfo/SystemInfoUnix.cpp @@ -3,9 +3,8 @@ #include "util/SystemInfo/SystemInfo.h" #include -#include #include -#include + #include uint32_t GetProcessorCount()