summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Pappacoda <andrea@pappacoda.it>2022-04-07 12:03:47 +0200
committerGitHub <noreply@github.com>2022-04-07 12:03:47 +0200
commit5ca67332ee8fb50b0d74bd4dd04e2c027ac8e7c3 (patch)
tree50a92ecf039b56ed4a5cf33972db19f3ad099eb6
parent172137f1a08cf5a702ca6da6ecba0329b10e0ed7 (diff)
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 @@
// 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"