diff options
author | Lioncash <mathew1800@gmail.com> | 2020-01-15 12:31:20 +0100 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2020-01-15 12:31:23 +0100 |
commit | 7af56dfa7645249f9c5d420365ad78b44e43eadd (patch) | |
tree | 1353181b0fc2da94acd42c21885f508a401f2927 /src/video_core/renderer_opengl/utils.cpp | |
parent | renderer_opengl/utils: Forward declare private structs (diff) | |
download | yuzu-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.cpp | 3 |
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 { |