summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_opengl/utils.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2020-01-15 12:31:20 +0100
committerLioncash <mathew1800@gmail.com>2020-01-15 12:31:23 +0100
commit7af56dfa7645249f9c5d420365ad78b44e43eadd (patch)
tree1353181b0fc2da94acd42c21885f508a401f2927 /src/video_core/renderer_opengl/utils.cpp
parentrenderer_opengl/utils: Forward declare private structs (diff)
downloadyuzu-7af56dfa7645249f9c5d420365ad78b44e43eadd.tar
yuzu-7af56dfa7645249f9c5d420365ad78b44e43eadd.tar.gz
yuzu-7af56dfa7645249f9c5d420365ad78b44e43eadd.tar.bz2
yuzu-7af56dfa7645249f9c5d420365ad78b44e43eadd.tar.lz
yuzu-7af56dfa7645249f9c5d420365ad78b44e43eadd.tar.xz
yuzu-7af56dfa7645249f9c5d420365ad78b44e43eadd.tar.zst
yuzu-7af56dfa7645249f9c5d420365ad78b44e43eadd.zip
Diffstat (limited to 'src/video_core/renderer_opengl/utils.cpp')
-rw-r--r--src/video_core/renderer_opengl/utils.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/video_core/renderer_opengl/utils.cpp b/src/video_core/renderer_opengl/utils.cpp
index 39138621c..ac99e6385 100644
--- a/src/video_core/renderer_opengl/utils.cpp
+++ b/src/video_core/renderer_opengl/utils.cpp
@@ -6,12 +6,9 @@
#include <vector>
#include <fmt/format.h>
-
#include <glad/glad.h>
-#include "common/assert.h"
#include "common/common_types.h"
-#include "common/scope_exit.h"
#include "video_core/renderer_opengl/utils.h"
namespace OpenGL {