mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:27:34 +00:00
Everywhere: Fix badly-formatted includes
This commit is contained in:
parent
318a343616
commit
7c5e30daaa
6 changed files with 11 additions and 12 deletions
|
@ -6,9 +6,9 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include "AK/StringBuilder.h"
|
||||
#include "LibRegex/RegexMatcher.h"
|
||||
#include <AK/Debug.h>
|
||||
#include <AK/StringBuilder.h>
|
||||
#include <LibRegex/RegexMatcher.h>
|
||||
|
||||
namespace regex {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue