Move most headers containing generic template classes out of kernel/util.
This follows on the move of BitUtils. Many of these headers were already used in userspace. Fixes #19849.
This commit is contained in:
@@ -1 +0,0 @@
|
||||
#include <../private/kernel/util/BumpAllocator.h>
|
||||
@@ -1 +0,0 @@
|
||||
#include <../private/kernel/util/DoublyLinkedList.h>
|
||||
@@ -1 +0,0 @@
|
||||
#include <../private/kernel/util/OpenHashTable.h>
|
||||
@@ -1 +0,0 @@
|
||||
#include <../private/kernel/util/SinglyLinkedList.h>
|
||||
@@ -0,0 +1 @@
|
||||
#include <../private/util/BumpAllocator.h>
|
||||
@@ -0,0 +1 @@
|
||||
#include <../private/util/DoublyLinkedList.h>
|
||||
@@ -0,0 +1 @@
|
||||
#include <../private/util/OpenHashTable.h>
|
||||
@@ -0,0 +1 @@
|
||||
#include <../private/util/SinglyLinkedList.h>
|
||||
Reference in New Issue
Block a user