mirror of
https://github.com/open-goal/jak-project
synced 2026-07-29 07:33:59 -04:00
lint: add include sorting config to clang-format (#1517)
This commit is contained in:
@@ -5,13 +5,16 @@
|
||||
* DONE
|
||||
*/
|
||||
|
||||
#include <cstring>
|
||||
#include <cstdio>
|
||||
#include "common/goal_constants.h"
|
||||
#include "kmalloc.h"
|
||||
|
||||
#include <cstdio>
|
||||
#include <cstring>
|
||||
|
||||
#include "kprint.h"
|
||||
#include "kscheme.h"
|
||||
|
||||
#include "common/goal_constants.h"
|
||||
|
||||
// global and debug kernel heaps
|
||||
Ptr<kheapinfo> kglobalheap;
|
||||
Ptr<kheapinfo> kdebugheap;
|
||||
|
||||
Reference in New Issue
Block a user