mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 08:06:32 +00:00
🔧 include上级文件夹时,统一采用<>来指定文件
This commit is contained in:
@ -1,11 +1,11 @@
|
||||
#include "smp.h"
|
||||
#include "../common/kprint.h"
|
||||
#include "../driver/interrupt/apic/apic.h"
|
||||
#include "../exception/gate.h"
|
||||
#include "../common/cpu.h"
|
||||
#include "../mm/slab.h"
|
||||
#include "../process/process.h"
|
||||
#include "../process/spinlock.h"
|
||||
#include <common/kprint.h>
|
||||
#include <driver/interrupt/apic/apic.h>
|
||||
#include <exception/gate.h>
|
||||
#include <common/cpu.h>
|
||||
#include <mm/slab.h>
|
||||
#include <process/process.h>
|
||||
#include <process/spinlock.h>
|
||||
|
||||
#include <sched/sched.h>
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
#pragma once
|
||||
#include "../common/glib.h"
|
||||
#include <common/glib.h>
|
||||
|
||||
#include "../common/asm.h"
|
||||
#include "../driver/acpi/acpi.h"
|
||||
#include "../driver/interrupt/apic/apic.h"
|
||||
#include <common/asm.h>
|
||||
#include <driver/acpi/acpi.h>
|
||||
#include <driver/interrupt/apic/apic.h>
|
||||
|
||||
#define MAX_SUPPORTED_PROCESSOR_NUM 1024
|
||||
|
||||
|
Reference in New Issue
Block a user