1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 21:47:46 +00:00

Ladybird: Don't prefix application files with Applications/

This was the only instance of this pattern in all of Ladybird
This commit is contained in:
Andrew Kaster 2023-08-01 19:20:52 -06:00 committed by Andreas Kling
parent 1f28fdacf0
commit 172fba4582

View file

@ -7,7 +7,7 @@
#include "Settings.h"
#include "Utilities.h"
#include <AK/URL.h>
#include <Applications/BrowserSettings/Defaults.h>
#include <BrowserSettings/Defaults.h>
namespace Browser {