summaryrefslogtreecommitdiffstats
path: root/src/video_core/shader
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2019-11-27 11:47:47 +0100
committerLioncash <mathew1800@gmail.com>2019-11-27 11:50:51 +0100
commit9341ca7979bba04d13d0e25fc7c4f9fbac393be4 (patch)
tree9e6a0264c93459eb21b92f109fb7e8ff812f4bc6 /src/video_core/shader
parentMerge pull request #3143 from ReinUsesLisp/indexing-bug (diff)
downloadyuzu-9341ca7979bba04d13d0e25fc7c4f9fbac393be4.tar
yuzu-9341ca7979bba04d13d0e25fc7c4f9fbac393be4.tar.gz
yuzu-9341ca7979bba04d13d0e25fc7c4f9fbac393be4.tar.bz2
yuzu-9341ca7979bba04d13d0e25fc7c4f9fbac393be4.tar.lz
yuzu-9341ca7979bba04d13d0e25fc7c4f9fbac393be4.tar.xz
yuzu-9341ca7979bba04d13d0e25fc7c4f9fbac393be4.tar.zst
yuzu-9341ca7979bba04d13d0e25fc7c4f9fbac393be4.zip
Diffstat (limited to 'src/video_core/shader')
-rw-r--r--src/video_core/shader/const_buffer_locker.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/video_core/shader/const_buffer_locker.cpp b/src/video_core/shader/const_buffer_locker.cpp
index b65399f91..9adcd8163 100644
--- a/src/video_core/shader/const_buffer_locker.cpp
+++ b/src/video_core/shader/const_buffer_locker.cpp
@@ -2,8 +2,6 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
-#pragma once
-
#include <algorithm>
#include <memory>
#include "common/assert.h"