mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 08:06:32 +00:00
🔧 include上级文件夹时,统一采用<>来指定文件
This commit is contained in:
@ -10,10 +10,10 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../common/cpu.h"
|
||||
#include "../common/glib.h"
|
||||
#include "../mm/mm.h"
|
||||
#include "../syscall/syscall.h"
|
||||
#include <common/cpu.h>
|
||||
#include <common/glib.h>
|
||||
#include <mm/mm.h>
|
||||
#include <syscall/syscall.h>
|
||||
#include "ptrace.h"
|
||||
#include <common/errno.h>
|
||||
#include <filesystem/VFS/VFS.h>
|
||||
|
Reference in New Issue
Block a user