summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormerry <git@mary.rs>2022-04-07 22:47:43 +0100
committerGitHub <noreply@github.com>2022-04-07 22:47:43 +0100
commit50b10c4bac72fefe48d68c67d87ad9dca84b9b1b (patch)
tree4de4a5ffc1bad50862dbb485435bcaf757ecbbbd /src
parent4265372099be28590a880859bb0d1af0cb4fef72 (diff)
parent5ca67332ee8fb50b0d74bd4dd04e2c027ac8e7c3 (diff)
Merge pull request #8167 from Tachi107/patch-1
fix: remove #pragma once in .cpp file
Diffstat (limited to 'src')
-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"