cpu_interrupt_handler: Remove #pragma once from .cpp file

This commit is contained in:
MerryMage 2020-07-07 22:47:00 +01:00
parent 6ae0b83442
commit e7c77b90c4

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"