Kernel: Fix build error on AARCH64

This currently fails with:

error: #pragma once in main file [-Werror]
This commit is contained in:
Gunnar Beutner 2022-10-15 07:25:30 +02:00 committed by Brian Gianforcaro
parent 323c403d43
commit afa9060012
Notes: sideshowbarker 2024-07-17 05:46:33 +09:00

View file

@ -4,8 +4,6 @@
* SPDX-License-Identifier: BSD-2-Clause
*/
#pragma once
#include <Kernel/Arch/CurrentTime.h>
namespace Kernel {