瀏覽代碼

Merge pull request #8167 from Tachi107/patch-1

fix: remove #pragma once in .cpp file
merry 4 年之前
父節點
當前提交
50b10c4bac
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      src/core/hle/service/nvflinger/graphic_buffer_producer.cpp

+ 0 - 2
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"