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

Kernel: Removed unnecessary "#pragma once".

bunnei 12 лет назад
Родитель
Сommit
b45a38f557
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      src/core/hle/kernel/kernel.cpp

+ 0 - 2
src/core/hle/kernel/kernel.cpp

@@ -2,8 +2,6 @@
 // Licensed under GPLv2
 // Refer to the license.txt file included.  
 
-#pragma once
-
 #include <string.h>
 
 #include "common/common.h"