From 051e59766312449035cf11dd73c3dfc3786bf0f7 Mon Sep 17 00:00:00 2001 From: Reece Date: Mon, 13 Sep 2021 22:15:57 +0100 Subject: [PATCH] [+] Begin work on block compressors [*] Bug fixes --- Source/HWInfo/RamInfo.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Source/HWInfo/RamInfo.cpp b/Source/HWInfo/RamInfo.cpp index 96fd1c30..04a13cc3 100644 --- a/Source/HWInfo/RamInfo.cpp +++ b/Source/HWInfo/RamInfo.cpp @@ -11,18 +11,18 @@ #if defined(AURORA_IS_BSD_DERIVED) -#include -#include -#include -#include + #include + #include + #include + #include #endif #if defined(AURORA_IS_LINUX_DERIVED) -#include + #include #endif #if defined(AURORA_IS_MODERNNT_DERIVED) -#include + #include #endif namespace Aurora::HWInfo