Move Process & Thread to the object folder.

This commit is contained in:
Drew Galbraith 2023-06-06 20:18:53 -07:00
parent 4e278a4664
commit b5ad454ad1
12 changed files with 16 additions and 16 deletions

View file

@ -6,7 +6,7 @@
#include "include/zcall.h"
#include "include/zerrors.h"
#include "loader/elf_loader.h"
#include "scheduler/process.h"
#include "object/process.h"
#include "scheduler/process_manager.h"
#include "scheduler/scheduler.h"