diff options
| author | 2020-07-07 23:13:55 +0100 | |
|---|---|---|
| committer | 2020-07-07 23:13:55 +0100 | |
| commit | dff8f1f9f87330f937fe5a75327e27ca2b241150 (patch) | |
| tree | 2cfed283d8158597640fbc3ae802b987bfcee441 /src/core | |
| parent | Merge pull request #4198 from FearlessTobi/port-5364 (diff) | |
| parent | cpu_interrupt_handler: Remove #pragma once from .cpp file (diff) | |
| download | yuzu-dff8f1f9f87330f937fe5a75327e27ca2b241150.tar.gz yuzu-dff8f1f9f87330f937fe5a75327e27ca2b241150.tar.xz yuzu-dff8f1f9f87330f937fe5a75327e27ca2b241150.zip | |
Merge pull request #4270 from MerryMage/rm-pragma-once
cpu_interrupt_handler: Remove #pragma once from .cpp file
Diffstat (limited to 'src/core')
| -rw-r--r-- | src/core/arm/cpu_interrupt_handler.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/arm/cpu_interrupt_handler.cpp b/src/core/arm/cpu_interrupt_handler.cpp index 2f1a1a269..df0350881 100644 --- a/src/core/arm/cpu_interrupt_handler.cpp +++ b/src/core/arm/cpu_interrupt_handler.cpp | |||
| @@ -2,8 +2,6 @@ | |||
| 2 | // Licensed under GPLv2 or any later version | 2 | // Licensed under GPLv2 or any later version |
| 3 | // Refer to the license.txt file included. | 3 | // Refer to the license.txt file included. |
| 4 | 4 | ||
| 5 | #pragma once | ||
| 6 | |||
| 7 | #include "common/thread.h" | 5 | #include "common/thread.h" |
| 8 | #include "core/arm/cpu_interrupt_handler.h" | 6 | #include "core/arm/cpu_interrupt_handler.h" |
| 9 | 7 | ||