fix: remove #pragma once in .cpp file

This commit is contained in:
Andrea Pappacoda 2022-04-07 12:03:47 +02:00 committed by GitHub
parent 172137f1a0
commit 5ca67332ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"