1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 04:37:44 +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:
implicitfield 2023-04-30 00:50:54 +04:00 committed by Andreas Kling
parent ec636a404b
commit 7d19abda7a
6 changed files with 15 additions and 15 deletions

View file

@ -6,7 +6,7 @@
#pragma once
#include "bits/regex_defs.h"
#include <LibRegex/RegexDefs.h>
#include <stddef.h>
#include <sys/cdefs.h>
#include <sys/types.h>