diff --git a/src/video_core/renderer_opengl/utils.h b/src/video_core/renderer_opengl/utils.h index 77e8d53ba..4a752f3b4 100644 --- a/src/video_core/renderer_opengl/utils.h +++ b/src/video_core/renderer_opengl/utils.h @@ -8,13 +8,9 @@ #include #include #include "common/common_types.h" -#include "common/math_util.h" -#include "video_core/renderer_opengl/gl_resource_manager.h" namespace OpenGL { -class CachedSurfaceView; - class BindBuffersRangePushBuffer { public: BindBuffersRangePushBuffer(GLenum target);