mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
Ladybird: Move BrowserSettings/Defaults.h to Ladybird/DefaultSettings.h
This commit is contained in:
parent
1a4fbfe495
commit
b82eaad274
Notes:
sideshowbarker
2024-07-16 21:45:42 +09:00
Author: https://github.com/tcl3 Commit: https://github.com/LadybirdBrowser/ancient-history/commit/b82eaad274
3 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
|
||||
#include <AK/Enumerate.h>
|
||||
#include <BrowserSettings/Defaults.h>
|
||||
#include <Ladybird/DefaultSettings.h>
|
||||
#include <Ladybird/MachPortServer.h>
|
||||
#include <Ladybird/Types.h>
|
||||
#include <Ladybird/Utilities.h>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
#include "Settings.h"
|
||||
#include "StringUtils.h"
|
||||
#include <BrowserSettings/Defaults.h>
|
||||
#include <Ladybird/DefaultSettings.h>
|
||||
|
||||
namespace Ladybird {
|
||||
|
||||
|
|
Loading…
Reference in a new issue