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
commit dff8f1f9f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"