From 172fba4582ae69f8150e5fe293b5ec958abdb8b1 Mon Sep 17 00:00:00 2001 From: Andrew Kaster Date: Tue, 1 Aug 2023 19:20:52 -0600 Subject: [PATCH] Ladybird: Don't prefix application files with Applications/ This was the only instance of this pattern in all of Ladybird --- Ladybird/Settings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ladybird/Settings.cpp b/Ladybird/Settings.cpp index 684a6935eb..85c97f207b 100644 --- a/Ladybird/Settings.cpp +++ b/Ladybird/Settings.cpp @@ -7,7 +7,7 @@ #include "Settings.h" #include "Utilities.h" #include -#include +#include namespace Browser {