Reformat includes
This commit is contained in:
parent
174d4b10fb
commit
41d25a7b46
|
@ -1,5 +1,5 @@
|
||||||
#include "include/mammoth/debug.h"
|
#include "include/mammoth/debug.h"
|
||||||
|
|
||||||
#include "zcall.h"
|
#include <zcall.h>
|
||||||
|
|
||||||
void dbgln(const char* str) { ZDebug(str); }
|
void dbgln(const char* str) { ZDebug(str); }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#include "include/mammoth/thread.h"
|
#include "include/mammoth/thread.h"
|
||||||
|
|
||||||
#include "zcall.h"
|
#include <zcall.h>
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
|
#include <zcall.h>
|
||||||
#include "zcall.h"
|
#include <zerrors.h>
|
||||||
#include "zerrors.h"
|
|
||||||
|
|
||||||
constexpr uint64_t prog2 = 0x00000020'00000000;
|
constexpr uint64_t prog2 = 0x00000020'00000000;
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#include "mammoth/debug.h"
|
#include <mammoth/debug.h>
|
||||||
#include "mammoth/thread.h"
|
#include <mammoth/thread.h>
|
||||||
|
|
||||||
#define CHECK(expr) \
|
#define CHECK(expr) \
|
||||||
{ \
|
{ \
|
||||||
|
|
Loading…
Reference in New Issue