general refactoring and coding format fixes

This commit is contained in:
wheremyfoodat 2023-08-03 12:25:25 +03:00 committed by georgemoralis
parent 30c1062893
commit 3e60a67785
8 changed files with 15 additions and 13 deletions

View file

@ -1,7 +1,7 @@
#include "../Loader/Elf.h"
#include "LibKernel.h"
#include "Libs.h"
#include "../../../Debug.h"
#include <debug.h>
#include "../../../Util/Log.h"
#include "Kernel/MemoryManagement.h"
#include "../../../Util/Singleton.h"