summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormerry <MerryMage@users.noreply.github.com>2020-07-07 23:13:55 +0100
committerGitHub <noreply@github.com>2020-07-07 23:13:55 +0100
commitdff8f1f9f87330f937fe5a75327e27ca2b241150 (patch)
tree2cfed283d8158597640fbc3ae802b987bfcee441 /src
parent6ae0b83442e219f606ab15021ed7f4193bbbdbb6 (diff)
parente7c77b90c44d0a423a5d041b2e658fb3e611a79d (diff)
Merge pull request #4270 from MerryMage/rm-pragma-once
cpu_interrupt_handler: Remove #pragma once from .cpp file
Diffstat (limited to 'src')
-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"