소스 검색

video_core/const_buffer_locker: Remove #pragma once from cpp file

Silences a compiler warning.
Lioncash 6 년 전
부모
커밋
9341ca7979
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      src/video_core/shader/const_buffer_locker.cpp

+ 0 - 2
src/video_core/shader/const_buffer_locker.cpp

@@ -2,8 +2,6 @@
 // Licensed under GPLv2 or any later version
 // Refer to the license.txt file included.
 
-#pragma once
-
 #include <algorithm>
 #include <memory>
 #include "common/assert.h"