Browse Source

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

cpu_interrupt_handler: Remove #pragma once from .cpp file
pull/15/merge
merry 6 years ago
committed by GitHub
parent
commit
dff8f1f9f8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/core/arm/cpu_interrupt_handler.cpp

2
src/core/arm/cpu_interrupt_handler.cpp

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

Loading…
Cancel
Save