1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-08-31 08:26:32 -05:00

Merge pull request #4270 from MerryMage/rm-pragma-once

cpu_interrupt_handler: Remove #pragma once from .cpp file
This commit is contained in:
merry
2020-07-07 23:13:55 +01:00
committed by GitHub

View File

@@ -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"