summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Andrea Pappacoda2022-04-07 12:03:47 +0200
committerGravatar GitHub2022-04-07 12:03:47 +0200
commit5ca67332ee8fb50b0d74bd4dd04e2c027ac8e7c3 (patch)
tree50a92ecf039b56ed4a5cf33972db19f3ad099eb6
parentMerge pull request #8164 from liamwhite/jit-stub (diff)
downloadyuzu-5ca67332ee8fb50b0d74bd4dd04e2c027ac8e7c3.tar.gz
yuzu-5ca67332ee8fb50b0d74bd4dd04e2c027ac8e7c3.tar.xz
yuzu-5ca67332ee8fb50b0d74bd4dd04e2c027ac8e7c3.zip
fix: remove #pragma once in .cpp file
Diffstat (limited to '')
-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