mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-12 11:09:18 +00:00
AK: Include Array.h in Base64.h
Array.h should be included in Base64.h and removed from Base64.cpp
This commit is contained in:
parent
1b9c31da12
commit
0f0d16bbec
Notes:
sideshowbarker
2024-07-17 08:43:11 +09:00
Author: https://github.com/tryfinally
Commit: 0f0d16bbec
Pull-request: https://github.com/SerenityOS/serenity/pull/18828
2 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,6 @@
|
|||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
*/
|
||||
|
||||
#include <AK/Array.h>
|
||||
#include <AK/Assertions.h>
|
||||
#include <AK/Base64.h>
|
||||
#include <AK/CharacterTypes.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue