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:
Brian Gianforcaro 2020-08-04 21:42:34 -07:00 committed by Andreas Kling
parent 5a984b811c
commit 88092376f3
Notes: sideshowbarker 2024-07-19 04:17:22 +09:00

View file

@ -26,8 +26,8 @@
#pragma once
#include "Assertions.h"
#include "Types.h"
#include <AK/Assertions.h>
#include <AK/Types.h>
namespace AK {