cpu_interrupt_handler: Remove #pragma once from .cpp file

This commit is contained in:
MerryMage 2020-07-07 22:47:00 +01:00
parent a7305d4344
commit d6c3391232

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"