mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-27 23:09:08 +00:00
AK: Move FormatParser definition from header to implementation file
This is primarily to be able to remove the GenericLexer include out of Format.h as well. A subsequent commit will add AK::Result to GenericLexer, which will cause naming conflicts with other structures named Result. This can be avoided (for now) by preventing nearly every file in the system from implicitly including GenericLexer. Other changes in this commit are to add the GenericLexer include to files where it is missing.
This commit is contained in:
parent
e331656bb9
commit
02e3633b7f
Notes:
sideshowbarker
2024-07-18 05:28:37 +09:00
Author: https://github.com/trflynn89
Commit: 02e3633b7f
Pull-request: https://github.com/SerenityOS/serenity/pull/9499
Reviewed-by: https://github.com/alimpfard
Reviewed-by: https://github.com/davidot ✅
11 changed files with 24 additions and 16 deletions
|
@ -4,6 +4,7 @@
|
|||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
*/
|
||||
|
||||
#include <AK/GenericLexer.h>
|
||||
#include <AK/Singleton.h>
|
||||
#include <AK/StringBuilder.h>
|
||||
#include <Kernel/Debug.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue