mirror of
https://github.com/justinian/jsix.git
synced 2025-12-10 00:14:32 -08:00
[kernel] Minor cleanups that have been sitting
Removal of an unused header and fixing a lint warning that a define could be unset.
This commit is contained in:
@@ -22,6 +22,10 @@
|
||||
#include "symbol_table.h"
|
||||
#include "syscall.h"
|
||||
|
||||
#ifndef GIT_VERSION
|
||||
#define GIT_VERSION
|
||||
#endif
|
||||
|
||||
extern "C" {
|
||||
void kernel_main(kernel::args::header *header);
|
||||
void (*__ctors)(void);
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
#include "j6/types.h"
|
||||
|
||||
#include "log.h"
|
||||
#include "device_manager.h"
|
||||
#include "objects/endpoint.h"
|
||||
#include "syscalls/helpers.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user