mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 21:59:07 +00:00
Everywhere: Fix weird includes
This commit is contained in:
parent
6e9fa350bc
commit
0a2304ba05
Notes:
sideshowbarker
2024-07-18 22:30:55 +09:00
Author: https://github.com/BenWiederhake
Commit: 0a2304ba05
Pull-request: https://github.com/SerenityOS/serenity/pull/5258
7 changed files with 7 additions and 7 deletions
|
@ -26,7 +26,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include "Types.h"
|
||||
#include <AK/Types.h>
|
||||
|
||||
constexpr unsigned int_hash(u32 key)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue