mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-28 12:18:56 +00:00
LibC+LibRegex: Move regex_defs.h from LibC to LibRegex
This is needed to avoid including LibC headers in Lagom builds.
This commit is contained in:
parent
ec636a404b
commit
7d19abda7a
Notes:
sideshowbarker
2024-07-16 23:08:48 +09:00
Author: https://github.com/implicitfield
Commit: 7d19abda7a
Pull-request: https://github.com/SerenityOS/serenity/pull/18522
Reviewed-by: https://github.com/ADKaster ✅
Reviewed-by: https://github.com/alimpfard
6 changed files with 15 additions and 15 deletions
|
@ -6,13 +6,9 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include "RegexDefs.h"
|
||||
#include <AK/StringView.h>
|
||||
#include <AK/Types.h>
|
||||
#ifdef AK_OS_SERENITY
|
||||
# include <bits/regex_defs.h>
|
||||
#else
|
||||
# include <LibC/bits/regex_defs.h>
|
||||
#endif
|
||||
|
||||
namespace regex {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue