mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 11:49:44 +00:00
LibGUI+FileManager: Misc tweaks courtesy of clang-format
This commit is contained in:
parent
fdeb91e000
commit
10324f95b0
Notes:
sideshowbarker
2024-07-19 10:13:22 +09:00
Author: https://github.com/bugaevc
Commit: 10324f95b0
Pull-request: https://github.com/SerenityOS/serenity/pull/1050
16 changed files with 21 additions and 20 deletions
|
@ -1,11 +1,11 @@
|
|||
#pragma once
|
||||
|
||||
#include <AK/String.h>
|
||||
#include <AK/Badge.h>
|
||||
#include <AK/Function.h>
|
||||
#include <AK/HashTable.h>
|
||||
#include <AK/NonnullRefPtr.h>
|
||||
#include <AK/RefCounted.h>
|
||||
#include <AK/String.h>
|
||||
#include <AK/WeakPtr.h>
|
||||
#include <AK/Weakable.h>
|
||||
#include <LibDraw/GraphicsBitmap.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue