diff --git a/AK/InlineLinkedList.h b/AK/InlineLinkedList.h index 0707bf9f63..94c685737c 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 {