mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 16:26:31 +00:00
🔧 include上级文件夹时,统一采用<>来指定文件
This commit is contained in:
@ -8,9 +8,9 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../common/printk.h"
|
||||
#include "../common/glib.h"
|
||||
#include "../common/asm.h"
|
||||
#include <common/printk.h>
|
||||
#include <common/glib.h>
|
||||
#include <common/asm.h>
|
||||
|
||||
/**
|
||||
* @brief 初始化系统中断表
|
||||
|
Reference in New Issue
Block a user