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

cpu_interrupt_handler: Remove #pragma once from .cpp file
master
merry 2020-07-07 23:13:55 +07:00 committed by GitHub
commit dff8f1f9f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

@ -2,8 +2,6 @@
// Licensed under GPLv2 or any later version // Licensed under GPLv2 or any later version
// Refer to the license.txt file included. // Refer to the license.txt file included.
#pragma once
#include "common/thread.h" #include "common/thread.h"
#include "core/arm/cpu_interrupt_handler.h" #include "core/arm/cpu_interrupt_handler.h"