Fixed includes

This commit is contained in:
2026-08-28 11:42:45 -05:00
parent d028c2d26e
commit f719f768b7
2 changed files with 3 additions and 5 deletions
+1 -3
View File
@@ -5,9 +5,7 @@
* @author John Christman (sorakatadzuma@gmail.com)
* @copyright Malunal Studios, LLC.
*/
#include "malunal/types/bool.h"
#include "malunal/types/integer.h"
#include "malunal/types/string.h"
#include "malunal/type.h"
#ifndef MALUNAL_ASSERT_HEADER
#define MALUNAL_ASSERT_HEADER
+2 -2
View File
@@ -14,7 +14,7 @@ assertion_handler(
}
malunal_void_t
assertion_test(
assert_test(
malunal_bool_t cond,
malunal_cstr_t expr,
malunal_cstr_t msg,
@@ -25,7 +25,7 @@ assertion_test(
}
malunal_void_t
assertion_failed(
assert_failed(
malunal_cstr_t expr,
malunal_cstr_t msg,
malunal_cstr_t file,