Consistency in #includes

This commit is contained in:
stag019
2015-03-07 15:49:17 -05:00
parent db54c2ebd6
commit b14beeff10
2 changed files with 2 additions and 2 deletions

View File

@@ -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;

View File

@@ -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