瀏覽代碼

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
 // Licensed under GPLv2 or any later version
 // Refer to the license.txt file included.
 // Refer to the license.txt file included.
 
 
-#pragma once
-
 #include <array>
 #include <array>
 #include "common/bit_field.h"
 #include "common/bit_field.h"
 #include "common/color.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
 // Licensed under GPLv2 or any later version
 // Refer to the license.txt file included.
 // Refer to the license.txt file included.
 
 
-#pragma once
-
 #include "common/assert.h"
 #include "common/assert.h"
 #include "common/color.h"
 #include "common/color.h"
 #include "common/logging/log.h"
 #include "common/logging/log.h"