Browse Source

cpu_interrupt_handler: Remove #pragma once from .cpp file

MerryMage 6 năm trước cách đây
mục cha
commit
e7c77b90c4
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      src/core/arm/cpu_interrupt_handler.cpp

+ 0 - 2
src/core/arm/cpu_interrupt_handler.cpp

@@ -2,8 +2,6 @@
 // Licensed under GPLv2 or any later version
 // Refer to the license.txt file included.
 
-#pragma once
-
 #include "common/thread.h"
 #include "core/arm/cpu_interrupt_handler.h"