Просмотр исходного кода

kernel/memory: Remove #pragma once within cpp file

This isn't necessary in a cpp file and will cause warnings on clang.
Lioncash 6 лет назад
Родитель
Сommit
4620580245
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      src/core/hle/kernel/memory/system_control.cpp

+ 0 - 2
src/core/hle/kernel/memory/system_control.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 <random>
 #include <random>
 
 
 #include "core/hle/kernel/memory/system_control.h"
 #include "core/hle/kernel/memory/system_control.h"