From f89de3d757e014a064615963c302e1cee4f9d979 Mon Sep 17 00:00:00 2001 From: Tom Lally Date: Fri, 2 Sep 2022 10:35:15 +0100 Subject: [PATCH] Renamed SystemInfoUnix to SystemInfoLinux. --- src/util/SystemInfo/{SystemInfoUnix.cpp => SystemInfoLinux.cpp} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/util/SystemInfo/{SystemInfoUnix.cpp => SystemInfoLinux.cpp} (100%) diff --git a/src/util/SystemInfo/SystemInfoUnix.cpp b/src/util/SystemInfo/SystemInfoLinux.cpp similarity index 100% rename from src/util/SystemInfo/SystemInfoUnix.cpp rename to src/util/SystemInfo/SystemInfoLinux.cpp