AreaKeeper: Move to kernel/util.
This seems more consistent with how the directories are laid out.
This commit is contained in:
@@ -12,7 +12,6 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#include <AreaKeeper.h>
|
|
||||||
#include <intel_extreme.h>
|
#include <intel_extreme.h>
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
@@ -20,6 +19,7 @@
|
|||||||
#include <AGP.h>
|
#include <AGP.h>
|
||||||
#include <KernelExport.h>
|
#include <KernelExport.h>
|
||||||
#include <PCI.h>
|
#include <PCI.h>
|
||||||
|
#include <util/AreaKeeper.h>
|
||||||
|
|
||||||
#include <new>
|
#include <new>
|
||||||
|
|
||||||
|
|||||||
@@ -16,9 +16,9 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
||||||
#include <AreaKeeper.h>
|
|
||||||
#include <boot_item.h>
|
#include <boot_item.h>
|
||||||
#include <driver_settings.h>
|
#include <driver_settings.h>
|
||||||
|
#include <util/AreaKeeper.h>
|
||||||
#include <util/kernel_cpp.h>
|
#include <util/kernel_cpp.h>
|
||||||
|
|
||||||
#include <vesa_info.h>
|
#include <vesa_info.h>
|
||||||
|
|||||||
@@ -23,9 +23,9 @@
|
|||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
||||||
#include <ACPI.h>
|
#include <ACPI.h>
|
||||||
#include <AreaKeeper.h>
|
|
||||||
#include <boot_item.h>
|
#include <boot_item.h>
|
||||||
#include <driver_settings.h>
|
#include <driver_settings.h>
|
||||||
|
#include <util/AreaKeeper.h>
|
||||||
#include <util/kernel_cpp.h>
|
#include <util/kernel_cpp.h>
|
||||||
#include <vm/vm.h>
|
#include <vm/vm.h>
|
||||||
|
|
||||||
|
|||||||
@@ -7,12 +7,12 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#include <AreaKeeper.h>
|
|
||||||
#include <Drivers.h>
|
#include <Drivers.h>
|
||||||
#include <Errors.h>
|
#include <Errors.h>
|
||||||
#include <KernelExport.h>
|
#include <KernelExport.h>
|
||||||
#include <PCI.h>
|
#include <PCI.h>
|
||||||
#include <bus/PCI.h>
|
#include <bus/PCI.h>
|
||||||
|
#include <util/AreaKeeper.h>
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user