summaryrefslogtreecommitdiffstats
path: root/src/core/arm
diff options
context:
space:
mode:
authorMerryMage <MerryMage@users.noreply.github.com>2020-07-07 23:47:00 +0200
committerMerryMage <MerryMage@users.noreply.github.com>2020-07-07 23:47:00 +0200
commite7c77b90c44d0a423a5d041b2e658fb3e611a79d (patch)
tree2cfed283d8158597640fbc3ae802b987bfcee441 /src/core/arm
parentMerge pull request #4198 from FearlessTobi/port-5364 (diff)
downloadyuzu-e7c77b90c44d0a423a5d041b2e658fb3e611a79d.tar
yuzu-e7c77b90c44d0a423a5d041b2e658fb3e611a79d.tar.gz
yuzu-e7c77b90c44d0a423a5d041b2e658fb3e611a79d.tar.bz2
yuzu-e7c77b90c44d0a423a5d041b2e658fb3e611a79d.tar.lz
yuzu-e7c77b90c44d0a423a5d041b2e658fb3e611a79d.tar.xz
yuzu-e7c77b90c44d0a423a5d041b2e658fb3e611a79d.tar.zst
yuzu-e7c77b90c44d0a423a5d041b2e658fb3e611a79d.zip
Diffstat (limited to 'src/core/arm')
-rw-r--r--src/core/arm/cpu_interrupt_handler.cpp2
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 @@
// 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"