diff --git a/Source/Core/Core/IOS/USB/Emulated/Skylander.cpp b/Source/Core/Core/IOS/USB/Emulated/Skylander.cpp index a4b605b963cd..cfa00eb5b106 100644 --- a/Source/Core/Core/IOS/USB/Emulated/Skylander.cpp +++ b/Source/Core/Core/IOS/USB/Emulated/Skylander.cpp @@ -15,8 +15,6 @@ #include #include -#include - #include "Common/Assert.h" #include "Common/Logging/Log.h" #include "Common/StringUtil.h" diff --git a/Source/Core/Core/IOS/USB/Emulated/Skylander.h b/Source/Core/Core/IOS/USB/Emulated/Skylander.h index 4c59f1570576..c4c3fc8bb92a 100644 --- a/Source/Core/Core/IOS/USB/Emulated/Skylander.h +++ b/Source/Core/Core/IOS/USB/Emulated/Skylander.h @@ -17,7 +17,6 @@ #include "Common/IOFile.h" #include "Core/IOS/USB/Common.h" #include "Core/IOS/USB/EmulatedUsbDevice.h" -#include "Core/LibusbUtils.h" namespace IOS::HLE::USB {