From 9a651665ba7a3f594687e9f6c466ba34bf39a33f Mon Sep 17 00:00:00 2001 From: Abdelrahman Date: Sat, 19 Apr 2025 20:56:15 +0100 Subject: [PATCH] Remove forward declaration from dbl_list source --- codegen/dbl_list/make_dbl_list.py | 1 - 1 file changed, 1 deletion(-) diff --git a/codegen/dbl_list/make_dbl_list.py b/codegen/dbl_list/make_dbl_list.py index 9c7c779..c9ae31b 100644 --- a/codegen/dbl_list/make_dbl_list.py +++ b/codegen/dbl_list/make_dbl_list.py @@ -77,7 +77,6 @@ def make_dbl_list(user_datatypes: dict[CDataType, DblListData] = {}): source = CSource( name=header.name, - decl_types=common_decl_types, includes=[CInclude(header, local=True, same_dir=True), CInclude(header="stddef.h")], internal_funcs=[], funcs=header.funcs