aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/renderer_opengl/gl_state.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-09-21 18:22:40 -0400
committerLioncash <mathew1800@gmail.com>2018-09-21 18:22:43 -0400
commit90746c33c7735165e9c69c6861b3fbcd8745d95d (patch)
tree582b9025676e5f63d5bf602dbdf869debf74d1ef /src/video_core/renderer_opengl/gl_state.h
parentf2372651879dd6682165487b34a70f33357e730a (diff)
gl_state: Remove unused type alias
This isn't used anywhere within the header, so we can remove it, along with the include that was previously necessary. This also uncovers an indirect include in the cpp file for the assertion macros.
Diffstat (limited to 'src/video_core/renderer_opengl/gl_state.h')
-rw-r--r--src/video_core/renderer_opengl/gl_state.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/video_core/renderer_opengl/gl_state.h b/src/video_core/renderer_opengl/gl_state.h
index e3e24b9e7..9a93029d8 100644
--- a/src/video_core/renderer_opengl/gl_state.h
+++ b/src/video_core/renderer_opengl/gl_state.h
@@ -7,12 +7,8 @@
#include <array>
#include <glad/glad.h>
-#include "video_core/engines/maxwell_3d.h"
-
namespace OpenGL {
-using Regs = Tegra::Engines::Maxwell3D::Regs;
-
namespace TextureUnits {
struct TextureUnit {