summaryrefslogtreecommitdiff
path: root/Tests/LibRegex/RegexLibC.cpp
diff options
context:
space:
mode:
authorBen Wiederhake <BenWiederhake.GitHub@gmx.de>2023-01-03 15:30:44 +0100
committerAndrew Kaster <andrewdkaster@gmail.com>2023-01-07 10:01:37 -0700
commit32810503595a83d3bb4c709759224223f2137e0c (patch)
treeb39d1699b31e65501c869f70ad51b47603b08508 /Tests/LibRegex/RegexLibC.cpp
parentd575cfda613197a7e090ee8dee053e48df17d730 (diff)
downloadserenity-32810503595a83d3bb4c709759224223f2137e0c.zip
Everywhere: Remove "LibC/" includes, add lint-rule against it
Diffstat (limited to 'Tests/LibRegex/RegexLibC.cpp')
-rw-r--r--Tests/LibRegex/RegexLibC.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/LibRegex/RegexLibC.cpp b/Tests/LibRegex/RegexLibC.cpp
index 1ff52499ef..658fb1e8f9 100644
--- a/Tests/LibRegex/RegexLibC.cpp
+++ b/Tests/LibRegex/RegexLibC.cpp
@@ -8,7 +8,7 @@
#include <AK/StringBuilder.h>
#include <AK/Vector.h>
-#include <LibC/regex.h>
+#include <regex.h>
#include <stdio.h>
TEST_CASE(catch_all)