Przeglądaj źródła

video_core/const_buffer_locker: Remove #pragma once from cpp file

Silences a compiler warning.
Lioncash 6 lat temu
rodzic
commit
9341ca7979
1 zmienionych plików z 0 dodań i 2 usunięć
  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"