mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:37: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,12 +6,12 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include "AK/NonnullRefPtr.h"
|
||||
#include "AST.h"
|
||||
#include "Preprocessor.h"
|
||||
#include <AK/Noncopyable.h>
|
||||
#include <AK/NonnullRefPtr.h>
|
||||
#include <LibCodeComprehension/Types.h>
|
||||
#include <LibCpp/AST.h>
|
||||
#include <LibCpp/Lexer.h>
|
||||
#include <LibCpp/Preprocessor.h>
|
||||
|
||||
namespace Cpp {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue