Jelajahi Sumber

video_core/const_buffer_locker: Remove #pragma once from cpp file

Silences a compiler warning.
Lioncash 6 tahun lalu
induk
melakukan
9341ca7979
1 mengubah file dengan 0 tambahan dan 2 penghapusan
  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"