mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Consistency in #includes
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
#include "asm/types.h"
|
#include "asm/types.h"
|
||||||
#include "asm/symbol.h"
|
#include "asm/symbol.h"
|
||||||
|
|
||||||
#include "localasm.h"
|
#include "asm/localasm.h"
|
||||||
|
|
||||||
extern SLONG nLineNo;
|
extern SLONG nLineNo;
|
||||||
extern ULONG nTotalLines;
|
extern ULONG nTotalLines;
|
||||||
|
|||||||
2
include/extern/err.h
vendored
2
include/extern/err.h
vendored
@@ -6,7 +6,7 @@
|
|||||||
#else
|
#else
|
||||||
|
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include "stdnoreturn.h"
|
#include "extern/stdnoreturn.h"
|
||||||
|
|
||||||
#define warn rgbds_warn
|
#define warn rgbds_warn
|
||||||
#define vwarn rgbds_vwarn
|
#define vwarn rgbds_vwarn
|
||||||
|
|||||||
Reference in New Issue
Block a user