diff --git a/common/build/Utilities/Utilities.cbp b/common/build/Utilities/Utilities.cbp
index 87254b9f90..ec2dd20360 100644
--- a/common/build/Utilities/Utilities.cbp
+++ b/common/build/Utilities/Utilities.cbp
@@ -154,6 +154,7 @@
+
@@ -182,6 +183,7 @@
+
diff --git a/common/include/Utilities/IniInterface.h b/common/include/Utilities/IniInterface.h
index fe564890b9..63cf92a47f 100644
--- a/common/include/Utilities/IniInterface.h
+++ b/common/include/Utilities/IniInterface.h
@@ -16,7 +16,7 @@
#pragma once
#include "FixedPointTypes.h"
-#include "path.h"
+#include "Path.h"
#include
// --------------------------------------------------------------------------------------
diff --git a/common/src/Utilities/CMakeLists.txt b/common/src/Utilities/CMakeLists.txt
index c6f582aca1..d0a40d6976 100644
--- a/common/src/Utilities/CMakeLists.txt
+++ b/common/src/Utilities/CMakeLists.txt
@@ -107,6 +107,7 @@ set(UtilitiesSources
Exceptions.cpp
FastFormatString.cpp
HashTools.cpp
+ IniInterface.cpp
Linux/LnxHostSys.cpp
Linux/LnxMisc.cpp
Linux/LnxThreads.cpp
diff --git a/pcsx2/CMakeLists.txt b/pcsx2/CMakeLists.txt
index 18b41a5c08..41bc6cbd3e 100644
--- a/pcsx2/CMakeLists.txt
+++ b/pcsx2/CMakeLists.txt
@@ -318,7 +318,6 @@ set(pcsx2GuiSources
gui/FrameForGS.cpp
gui/GlobalCommands.cpp
gui/i18n.cpp
- gui/IniInterface.cpp
gui/IsoDropTarget.cpp
gui/MainFrame.cpp
gui/MainMenuClicks.cpp
@@ -363,7 +362,6 @@ set(pcsx2GuiHeaders
gui/Dialogs/LogOptionsDialog.h
gui/Dialogs/ModalPopups.h
gui/i18n.h
- gui/IniInterface.h
gui/IsoDropTarget.h
gui/MainFrame.h
gui/MemoryCardFile.h
diff --git a/pcsx2/Linux/pcsx2.cbp b/pcsx2/Linux/pcsx2.cbp
index 6408ffb916..05e280909c 100644
--- a/pcsx2/Linux/pcsx2.cbp
+++ b/pcsx2/Linux/pcsx2.cbp
@@ -394,8 +394,6 @@
-
-