mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 09:00:22 +00:00
LibRegex: Use <...> includes in RegexMatch.h
This commit is contained in:
parent
5089fd8b3c
commit
2961982277
Notes:
sideshowbarker
2024-07-18 08:47:42 +09:00
Author: https://github.com/alimpfard Commit: https://github.com/SerenityOS/serenity/commit/29619822772 Pull-request: https://github.com/SerenityOS/serenity/pull/8847 Reviewed-by: https://github.com/MaxWipfli Reviewed-by: https://github.com/linusg ✅ Reviewed-by: https://github.com/trflynn89
1 changed files with 8 additions and 8 deletions
|
@ -8,14 +8,14 @@
|
|||
|
||||
#include "RegexOptions.h"
|
||||
|
||||
#include "AK/FlyString.h"
|
||||
#include "AK/HashMap.h"
|
||||
#include "AK/MemMem.h"
|
||||
#include "AK/String.h"
|
||||
#include "AK/StringBuilder.h"
|
||||
#include "AK/StringView.h"
|
||||
#include "AK/Utf32View.h"
|
||||
#include "AK/Vector.h"
|
||||
#include <AK/FlyString.h>
|
||||
#include <AK/HashMap.h>
|
||||
#include <AK/MemMem.h>
|
||||
#include <AK/String.h>
|
||||
#include <AK/StringBuilder.h>
|
||||
#include <AK/StringView.h>
|
||||
#include <AK/Utf32View.h>
|
||||
#include <AK/Vector.h>
|
||||
|
||||
namespace regex {
|
||||
|
||||
|
|
Loading…
Reference in a new issue