From edb1612b9f5d5485528e24470b88a7d602772ad6 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Mon, 15 Sep 2025 13:34:07 +0900 Subject: refactor: remove src/std.h --- src/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common.h') diff --git a/src/common.h b/src/common.h index aea11d0..94f75b1 100644 --- a/src/common.h +++ b/src/common.h @@ -1,7 +1,7 @@ #ifndef DUCC_COMMON_H #define DUCC_COMMON_H -#include "std.h" +#include _Noreturn void fatal_error(const char* msg, ...); -- cgit v1.2.3-70-g09d2