Force includes to use absolute paths.
This commit is contained in:
+24
-24
@@ -4,34 +4,34 @@
|
||||
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
|
||||
/// See LICENSE.md for details.
|
||||
|
||||
#include "proc_modules.h"
|
||||
#include "vmem_map.h"
|
||||
#include "procfs.h"
|
||||
#include "pci.h"
|
||||
#include "ata.h"
|
||||
#include "idt.h"
|
||||
#include "io/proc_modules.h"
|
||||
#include "mem/vmem_map.h"
|
||||
#include "fs/procfs.h"
|
||||
#include "devices/pci.h"
|
||||
#include "drivers/ata.h"
|
||||
#include "descriptor_tables/idt.h"
|
||||
#include "kernel.h"
|
||||
#include "zone_allocator.h"
|
||||
#include "gdt.h"
|
||||
#include "syscall.h"
|
||||
#include "mem/zone_allocator.h"
|
||||
#include "descriptor_tables/gdt.h"
|
||||
#include "system/syscall.h"
|
||||
#include "version.h"
|
||||
#include "video.h"
|
||||
#include "pic8259.h"
|
||||
#include "debug.h"
|
||||
#include "fdc.h"
|
||||
#include "initrd.h"
|
||||
#include "irqflags.h"
|
||||
#include "keyboard.h"
|
||||
#include "scheduler.h"
|
||||
#include "timer.h"
|
||||
#include "vfs.h"
|
||||
#include "fpu.h"
|
||||
#include "printk.h"
|
||||
#include "module.h"
|
||||
#include "rtc.h"
|
||||
#include "io/video.h"
|
||||
#include "hardware/pic8259.h"
|
||||
#include "misc/debug.h"
|
||||
#include "drivers/fdc.h"
|
||||
#include "fs/initrd.h"
|
||||
#include "klib/irqflags.h"
|
||||
#include "drivers/keyboard/keyboard.h"
|
||||
#include "process/scheduler.h"
|
||||
#include "hardware/timer.h"
|
||||
#include "fs/vfs.h"
|
||||
#include "devices/fpu.h"
|
||||
#include "system/printk.h"
|
||||
#include "sys/module.h"
|
||||
#include "drivers/rtc.h"
|
||||
#include "stdio.h"
|
||||
#include "assert.h"
|
||||
#include "vga.h"
|
||||
#include "io/vga/vga.h"
|
||||
|
||||
/// Describe start address of grub multiboot modules.
|
||||
char *module_start[MAX_MODULES];
|
||||
|
||||
Reference in New Issue
Block a user