Sfoglia il codice sorgente

Kernel: Removed unnecessary "#pragma once".

bunnei 12 anni fa
parent
commit
b45a38f557
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  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"