renderer_opengl/utils: Remove unused includes and unused forward declaration

This commit is contained in:
ReinUsesLisp 2019-06-24 02:02:35 -03:00
parent 4b2ff1e00e
commit 4504302abc

View File

@ -8,13 +8,9 @@
#include <vector>
#include <glad/glad.h>
#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);