mirror of
https://github.com/RGBCube/serenity
synced 2025-05-30 23:18:10 +00:00
LibGUI+FileManager: Misc tweaks courtesy of clang-format
This commit is contained in:
parent
fdeb91e000
commit
10324f95b0
16 changed files with 21 additions and 20 deletions
|
@ -1,11 +1,11 @@
|
|||
#pragma once
|
||||
|
||||
#include <AK/String.h>
|
||||
#include <AK/Function.h>
|
||||
#include <LibGUI/GAbstractButton.h>
|
||||
#include <AK/String.h>
|
||||
#include <LibDraw/GraphicsBitmap.h>
|
||||
#include <LibDraw/StylePainter.h>
|
||||
#include <LibDraw/TextAlignment.h>
|
||||
#include <LibGUI/GAbstractButton.h>
|
||||
|
||||
class GAction;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue