mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 16:16:43 +00:00
Everywhere: Fix badly-formatted includes
This commit is contained in:
parent
318a343616
commit
7c5e30daaa
Notes:
sideshowbarker
2024-07-17 07:05:35 +09:00
Author: https://github.com/BenWiederhake
Commit: 7c5e30daaa
Pull-request: https://github.com/SerenityOS/serenity/pull/15235
Reviewed-by: https://github.com/bgianfo ✅
Reviewed-by: https://github.com/trflynn89
6 changed files with 11 additions and 12 deletions
|
@ -8,8 +8,7 @@
|
|||
|
||||
#include <AK/Optional.h>
|
||||
#include <AK/Types.h>
|
||||
|
||||
#include "LibDebug/DebugSession.h"
|
||||
#include <LibDebug/DebugSession.h>
|
||||
|
||||
namespace Debug::StackFrameUtils {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue