hocclk: major code refactor
move everything into its own directory, clean codebase up a lot
This commit is contained in:
@@ -30,13 +30,13 @@
|
||||
|
||||
#include <switch.h>
|
||||
|
||||
#include "errors.hpp"
|
||||
#include "file_utils.hpp"
|
||||
#include "file/errors.hpp"
|
||||
#include "file/file_utils.hpp"
|
||||
#include "board/board.hpp"
|
||||
#include "process_management.hpp"
|
||||
#include "clock_manager.hpp"
|
||||
#include "ipc_service.hpp"
|
||||
#include "config.hpp"
|
||||
#include "hos/process_management.hpp"
|
||||
#include "mgr/clock_manager.hpp"
|
||||
#include "ipc/ipc_service.hpp"
|
||||
#include "file/config.hpp"
|
||||
|
||||
#define INNER_HEAP_SIZE 0x3A000
|
||||
|
||||
|
||||
Reference in New Issue
Block a user