mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-28 21:26:22 +00:00
LibMain: Update header includes
This commit is contained in:
parent
6bd880c404
commit
4e6898c5cc
Notes:
sideshowbarker
2024-07-17 18:12:40 +09:00
Author: https://github.com/ldm5180
Commit: 4e6898c5cc
Pull-request: https://github.com/SerenityOS/serenity/pull/12527
Reviewed-by: https://github.com/kleinesfilmroellchen ✅
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
/*
|
||||
* Copyright (c) 2021, Andreas Kling <kling@serenityos.org>
|
||||
* Copyright (c) 2022, the SerenityOS developers.
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
*/
|
||||
|
@ -7,6 +8,8 @@
|
|||
#pragma once
|
||||
|
||||
#include <AK/Error.h>
|
||||
#include <AK/Span.h>
|
||||
#include <AK/StringView.h>
|
||||
|
||||
namespace Main {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue