mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:07:45 +00: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
1 changed files with 2 additions and 2 deletions
|
@ -26,8 +26,8 @@
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "Assertions.h"
|
#include <AK/Assertions.h>
|
||||||
#include "Types.h"
|
#include <AK/Types.h>
|
||||||
|
|
||||||
namespace AK {
|
namespace AK {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue