LibRegex: Clean up #include directives

This change aims to improve the speed of incremental builds.
This commit is contained in:
Pavel Shliak 2024-11-21 01:33:32 +04:00 committed by Alexander Kalenik
commit cdb54fe504
Notes: github-actions[bot] 2024-11-21 13:10:06 +00:00
5 changed files with 0 additions and 10 deletions

View file

@ -12,7 +12,6 @@
#include "RegexOptions.h"
#include <AK/Forward.h>
#include <AK/StringBuilder.h>
#include <AK/Types.h>
#include <AK/Vector.h>
#include <LibUnicode/Forward.h>