mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-12 04:22:28 +00:00
Everywhere: Fix order of includes and #pragma once
This commit is contained in:
parent
30cca01e24
commit
c214d31c5e
Notes:
sideshowbarker
2024-07-17 06:51:28 +09:00
Author: https://github.com/BenWiederhake
Commit: c214d31c5e
Pull-request: https://github.com/SerenityOS/serenity/pull/15277
10 changed files with 20 additions and 20 deletions
|
@ -4,12 +4,12 @@
|
|||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <AK/Atomic.h>
|
||||
#include <AK/Optional.h>
|
||||
#include <AK/Types.h>
|
||||
|
||||
#pragma once
|
||||
|
||||
namespace Kernel {
|
||||
|
||||
struct RegisterState;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue