summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormerry <git@mary.rs>2022-04-07 23:47:43 +0200
committerGitHub <noreply@github.com>2022-04-07 23:47:43 +0200
commit50b10c4bac72fefe48d68c67d87ad9dca84b9b1b (patch)
tree4de4a5ffc1bad50862dbb485435bcaf757ecbbbd
parentMerge pull request #8161 from liamwhite/gl-s8d24 (diff)
parentfix: remove #pragma once in .cpp file (diff)
downloadyuzu-50b10c4bac72fefe48d68c67d87ad9dca84b9b1b.tar
yuzu-50b10c4bac72fefe48d68c67d87ad9dca84b9b1b.tar.gz
yuzu-50b10c4bac72fefe48d68c67d87ad9dca84b9b1b.tar.bz2
yuzu-50b10c4bac72fefe48d68c67d87ad9dca84b9b1b.tar.lz
yuzu-50b10c4bac72fefe48d68c67d87ad9dca84b9b1b.tar.xz
yuzu-50b10c4bac72fefe48d68c67d87ad9dca84b9b1b.tar.zst
yuzu-50b10c4bac72fefe48d68c67d87ad9dca84b9b1b.zip
-rw-r--r--src/core/hle/service/nvflinger/graphic_buffer_producer.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/hle/service/nvflinger/graphic_buffer_producer.cpp b/src/core/hle/service/nvflinger/graphic_buffer_producer.cpp
index d4da98ddb..04068827e 100644
--- a/src/core/hle/service/nvflinger/graphic_buffer_producer.cpp
+++ b/src/core/hle/service/nvflinger/graphic_buffer_producer.cpp
@@ -4,8 +4,6 @@
// Parts of this implementation were base on:
// https://cs.android.com/android/platform/superproject/+/android-5.1.1_r38:frameworks/native/libs/gui/IGraphicBufferProducer.cpp
-#pragma once
-
#include "core/hle/service/nvflinger/graphic_buffer_producer.h"
#include "core/hle/service/nvflinger/parcel.h"