mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 15:10:19 +00:00
Kernel: Fix build error on AARCH64
This currently fails with: error: #pragma once in main file [-Werror]
This commit is contained in:
parent
323c403d43
commit
afa9060012
Notes:
sideshowbarker
2024-07-17 05:46:33 +09:00
Author: https://github.com/gunnarbeutner Commit: https://github.com/SerenityOS/serenity/commit/afa9060012 Pull-request: https://github.com/SerenityOS/serenity/pull/15603 Reviewed-by: https://github.com/bgianfo ✅
1 changed files with 0 additions and 2 deletions
|
@ -4,8 +4,6 @@
|
|||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <Kernel/Arch/CurrentTime.h>
|
||||
|
||||
namespace Kernel {
|
||||
|
|
Loading…
Reference in a new issue