shithub: rgbds

Download patch

ref: b14beeff10593f278a329d2fe09841f1bef390e1
parent: db54c2ebd6572fc1a14b1b7d4e41438215390591
author: stag019 <[email protected]>
date: Sat Mar 7 10:49:17 EST 2015

Consistency in #includes

--- a/include/asm/asm.h
+++ b/include/asm/asm.h
@@ -16,7 +16,7 @@
 #include "asm/types.h"
 #include "asm/symbol.h"
 
-#include "localasm.h"
+#include "asm/localasm.h"
 
 extern SLONG nLineNo;
 extern ULONG nTotalLines;
--- a/include/extern/err.h
+++ b/include/extern/err.h
@@ -6,7 +6,7 @@
 #else
 
 #include <stdarg.h>
-#include "stdnoreturn.h"
+#include "extern/stdnoreturn.h"
 
 #define warn rgbds_warn
 #define vwarn rgbds_vwarn