Преглед изворни кода

video_core: remove #pragma once in cpp file (#2570)

Weiyi Wang пре 9 година
родитељ
комит
e085e6a768
2 измењених фајлова са 0 додато и 4 уклоњено
  1. 0 2
      src/video_core/texture/etc1.cpp
  2. 0 2
      src/video_core/texture/texture_decode.cpp

+ 0 - 2
src/video_core/texture/etc1.cpp

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

+ 0 - 2
src/video_core/texture/texture_decode.cpp

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