Merge pull request #5239 from lioncash/fwd

video_core: Amend misplaced forward declarations
This commit is contained in:
Ben 2020-04-19 12:12:22 +02:00 committed by GitHub
commit 08dddbac4c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 6 deletions

View file

@ -13,10 +13,6 @@ namespace Frontend {
class EmuWindow;
}
namespace FrameDumper {
class Backend;
}
class RendererBase : NonCopyable {
public:
explicit RendererBase(Frontend::EmuWindow& window);

View file

@ -33,9 +33,8 @@ namespace Frontend {
class EmuWindow;
}
class ShaderProgramManager;
namespace OpenGL {
class ShaderProgramManager;
class RasterizerOpenGL : public VideoCore::RasterizerInterface {
public: