From 88092376f3a984f3781dec6afdf59e93c34aa844 Mon Sep 17 00:00:00 2001 From: Brian Gianforcaro Date: Tue, 4 Aug 2020 21:42:34 -0700 Subject: [PATCH] AK: Use AK relative include style for InlineLinkedList.h This is the style that seems to be used in the rest of AK. --- AK/InlineLinkedList.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AK/InlineLinkedList.h b/AK/InlineLinkedList.h index 0707bf9f633..94c685737cb 100644 --- a/AK/InlineLinkedList.h +++ b/AK/InlineLinkedList.h @@ -26,8 +26,8 @@ #pragma once -#include "Assertions.h" -#include "Types.h" +#include +#include namespace AK {