summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar merry2022-04-07 22:47:43 +0100
committerGravatar GitHub2022-04-07 22:47:43 +0100
commit50b10c4bac72fefe48d68c67d87ad9dca84b9b1b (patch)
tree4de4a5ffc1bad50862dbb485435bcaf757ecbbbd
parentMerge pull request #8161 from liamwhite/gl-s8d24 (diff)
parentfix: remove #pragma once in .cpp file (diff)
downloadyuzu-50b10c4bac72fefe48d68c67d87ad9dca84b9b1b.tar.gz
yuzu-50b10c4bac72fefe48d68c67d87ad9dca84b9b1b.tar.xz
yuzu-50b10c4bac72fefe48d68c67d87ad9dca84b9b1b.zip
Merge pull request #8167 from Tachi107/patch-1
fix: remove #pragma once in .cpp file
-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 @@
4// Parts of this implementation were base on: 4// Parts of this implementation were base on:
5// https://cs.android.com/android/platform/superproject/+/android-5.1.1_r38:frameworks/native/libs/gui/IGraphicBufferProducer.cpp 5// https://cs.android.com/android/platform/superproject/+/android-5.1.1_r38:frameworks/native/libs/gui/IGraphicBufferProducer.cpp
6 6
7#pragma once
8
9#include "core/hle/service/nvflinger/graphic_buffer_producer.h" 7#include "core/hle/service/nvflinger/graphic_buffer_producer.h"
10#include "core/hle/service/nvflinger/parcel.h" 8#include "core/hle/service/nvflinger/parcel.h"
11 9