Move Process & Thread to the object folder.
This commit is contained in:
parent
4e278a4664
commit
b5ad454ad1
12 changed files with 16 additions and 16 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include "scheduler/process.h"
|
||||
#include "scheduler/thread.h"
|
||||
#include "object/process.h"
|
||||
#include "object/thread.h"
|
||||
|
||||
class Scheduler {
|
||||
public:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue