Browse Source

fix: remove #pragma once in .cpp file

pull/15/merge
Andrea Pappacoda 4 years ago
committed by GitHub
parent
commit
5ca67332ee
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/core/hle/service/nvflinger/graphic_buffer_producer.cpp

2
src/core/hle/service/nvflinger/graphic_buffer_producer.cpp

@ -4,8 +4,6 @@
// Parts of this implementation were base on: // 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 // 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/graphic_buffer_producer.h"
#include "core/hle/service/nvflinger/parcel.h" #include "core/hle/service/nvflinger/parcel.h"

Loading…
Cancel
Save