From 3d28b5e0142ad641ac68887ceaff54adaf6c0ae3 Mon Sep 17 00:00:00 2001 From: Tom Lally Date: Sun, 28 Aug 2022 12:05:49 +0100 Subject: [PATCH] Removed unnecessary include --- src/main.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 406c7ebd..2afd4bd7 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -27,8 +27,6 @@ #include "Cafe/IOSU/legacy/iosu_crypto.h" #include "Cafe/OS/libs/vpad/vpad.h" -#include "Common/platform.h" - #include "audio/IAudioAPI.h" #if BOOST_OS_WINDOWS #pragma comment(lib,"Dbghelp.lib")