DolphinQt/Host: Convert inclusion of Fifo.cpp to Fifo.h

Quite a bizarre include.

Also resolves an indirect include (lol), since this TU was
including the system header that way.
This commit is contained in:
Lioncash 2023-12-14 05:24:06 -05:00
parent fe014dac06
commit a20b4b5669

View File

@ -25,6 +25,7 @@
#include "Core/NetPlayProto.h"
#include "Core/PowerPC/PowerPC.h"
#include "Core/State.h"
#include "Core/System.h"
#ifdef HAS_LIBMGBA
#include "DolphinQt/GBAWidget.h"
@ -37,7 +38,7 @@
#include "UICommon/DiscordPresence.h"
#include "VideoCommon/AbstractGfx.h"
#include "VideoCommon/Fifo.cpp"
#include "VideoCommon/Fifo.h"
#include "VideoCommon/Present.h"
#include "VideoCommon/VideoConfig.h"