diff --git a/Source/Core/VideoCommon/Fifo.h b/Source/Core/VideoCommon/Fifo.h index 92cfc044af..68b9ac2eee 100644 --- a/Source/Core/VideoCommon/Fifo.h +++ b/Source/Core/VideoCommon/Fifo.h @@ -4,7 +4,6 @@ #pragma once -#include #include #include "Common/CommonTypes.h" @@ -13,8 +12,6 @@ class PointerWrap; namespace Fifo { -extern std::atomic g_video_buffer_write_ptr_xthread; - void Init(); void Shutdown(); void Prepare(); // Must be called from the CPU thread.