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:
implicitfield 2023-04-30 00:50:54 +04:00 committed by Andreas Kling
commit 7d19abda7a
Notes: sideshowbarker 2024-07-16 23:08:48 +09:00
6 changed files with 15 additions and 15 deletions

View file

@ -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 {