shithub: nanobsp

Download patch

ref: 0447fd613695773bfc8165edba2de8e28164aa99
parent: 8d68bb10ece5103eb06b9ecf92cadbfd22cc6331
author: Andrew Apted <ajapted@gmail.com>
date: Sun Dec 17 07:36:16 EST 2023

removed inclusion of `<assert.h>` header in nano_bsp.c

That was useful during development, but not needed anymore.

--- a/nano_bsp.c
+++ b/nano_bsp.c
@@ -26,7 +26,6 @@
 #include "i_system.h"
 
 #include <stdlib.h>
-#include <assert.h>
 
 #include "doomtype.h"
 #include "doomstat.h"
--