mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-14 21:28:40 +03:00
AK: Use AK relative include style for InlineLinkedList.h
This is the style that seems to be used in the rest of AK.
This commit is contained in:
parent
5a984b811c
commit
88092376f3
Notes:
sideshowbarker
2024-07-19 04:17:22 +09:00
Author: https://github.com/bgianfo Commit: https://github.com/SerenityOS/serenity/commit/88092376f3a Pull-request: https://github.com/SerenityOS/serenity/pull/2993
@ -26,8 +26,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "Assertions.h"
|
||||
#include "Types.h"
|
||||
#include <AK/Assertions.h>
|
||||
#include <AK/Types.h>
|
||||
|
||||
namespace AK {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user