Add missing includes following previous commit.

All these files were making use of headers included indirectly
through AutoLock.h that are now no longer following the previous commit.
This commit is contained in:
Augustin Cavalier
2021-09-01 13:10:04 -04:00
parent 057fe1910d
commit 1029af1793
15 changed files with 16 additions and 0 deletions
+1
View File
@@ -22,6 +22,7 @@
#include <Referenceable.h>
#include <util/AutoLock.h>
#include <util/DoublyLinkedList.h>
#include <util/KMessage.h>
#include <util/OpenHashTable.h>
@@ -13,6 +13,7 @@
#include <ata_types.h>
#include <bus/ATA.h>
#include <bus/SCSI.h>
#include <condition_variable.h>
#include <device_manager.h>
#include <lock.h>
#include <new>
@@ -6,6 +6,7 @@
#include "I2CPrivate.h"
#include <kernel.h>
#include <StackOrHeapArray.h>
@@ -13,6 +13,8 @@
#include <device_manager.h>
#include <Drivers.h>
#include <malloc.h>
#include <string.h>
#include <util/AutoLock.h>
#include "yarrow_rng.h"
+1
View File
@@ -18,6 +18,7 @@
#include <USB3.h>
#include <KernelExport.h>
#include <ByteOrder.h>
#include <util/AutoLock.h>
#include "xhci.h"
@@ -12,6 +12,7 @@
#include <util/AutoLock.h>
#include <debug.h>
#include <kernel.h>
#include "Driver.h"
#include "KeyboardProtocolHandler.h"
@@ -14,6 +14,7 @@
#include <lock.h>
#include <smbios.h>
#include <util/AutoLock.h>
#include <util/DoublyLinkedList.h>
#include <wmi.h>
@@ -9,6 +9,7 @@
#define RPCCALLBACKSERVER_H
#include <string.h>
#include <util/AutoLock.h>
#include "Connection.h"
@@ -8,6 +8,7 @@
#include <util/AutoLock.h>
#include <thread.h>
#include <fs/node_monitor.h>
#include <Notifications.h>
@@ -22,6 +22,7 @@
#include <util/atomic.h>
#include <util/AutoLock.h>
#include <util/DoublyLinkedList.h>
#include <util/OpenHashTable.h>
#include <ByteOrder.h>
#include <KernelExport.h>
@@ -18,6 +18,7 @@
#include <util/atomic.h>
#include <util/AutoLock.h>
#include <util/DoublyLinkedList.h>
#include <util/OpenHashTable.h>
#include <KernelExport.h>
#include <netinet/in.h>
@@ -7,6 +7,7 @@
#include <net_notifications.h>
#include <kernel.h>
#include <generic_syscall.h>
#include <Notifications.h>
#include <util/KMessage.h>
@@ -18,6 +18,7 @@
#include <ProtocolUtilities.h>
#include <net_protocol.h>
#include <net_stack.h>
#include <condition_variable.h>
#include <util/AutoLock.h>
#include <util/DoublyLinkedList.h>
#include <util/OpenHashTable.h>
@@ -10,6 +10,7 @@
#include <cpufreq.h>
#include <KernelExport.h>
#include <new>
#include <arch_cpu.h>
#include <cpu.h>
+1
View File
@@ -9,6 +9,7 @@
#include <stdlib.h>
#include <util/AutoLock.h>
#include <util/DoublyLinkedList.h>
#include <util/OpenHashTable.h>
#include <util/StringHash.h>