mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
LibLocale: Move includes below #pragma once
in generated headers
This commit is contained in:
parent
0950d6ed97
commit
4ea1e26aee
Notes:
sideshowbarker
2024-07-17 02:05:41 +09:00
Author: https://github.com/abuneri Commit: https://github.com/SerenityOS/serenity/commit/4ea1e26aee Pull-request: https://github.com/SerenityOS/serenity/pull/24304
2 changed files with 4 additions and 4 deletions
|
@ -740,10 +740,10 @@ static ErrorOr<void> generate_unicode_locale_header(Core::InputBufferedFile& fil
|
|||
SourceGenerator generator { builder };
|
||||
|
||||
generator.append(R"~~~(
|
||||
#include <AK/Types.h>
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <AK/Types.h>
|
||||
|
||||
namespace Locale {
|
||||
)~~~");
|
||||
|
||||
|
|
|
@ -431,10 +431,10 @@ static ErrorOr<void> generate_unicode_locale_header(Core::InputBufferedFile& fil
|
|||
SourceGenerator generator { builder };
|
||||
|
||||
generator.append(R"~~~(
|
||||
#include <AK/Types.h>
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <AK/Types.h>
|
||||
|
||||
namespace Locale {
|
||||
)~~~");
|
||||
|
||||
|
|
Loading…
Reference in a new issue