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>
|
||||
@@ -6,8 +6,8 @@
|
||||
#ifndef HASH_MAP_H
|
||||
#define HASH_MAP_H
|
||||
|
||||
#include <OpenHashTable.h>
|
||||
#include <Locker.h>
|
||||
#include <util/OpenHashTable.h>
|
||||
|
||||
#include "AutoLocker.h"
|
||||
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
#ifndef HASH_SET_H
|
||||
#define HASH_SET_H
|
||||
|
||||
#include <OpenHashTable.h>
|
||||
#include <Locker.h>
|
||||
#include <util/OpenHashTable.h>
|
||||
|
||||
#include "AutoLocker.h"
|
||||
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
#include <../kernel/util/OpenHashTable.h>
|
||||
Reference in New Issue
Block a user